summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/omap443x-clocks.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/boot/dts/omap443x-clocks.dtsi')
-rw-r--r--arch/arm/boot/dts/omap443x-clocks.dtsi18
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/boot/dts/omap443x-clocks.dtsi b/arch/arm/boot/dts/omap443x-clocks.dtsi
deleted file mode 100644
index f370d96a87e5..000000000000
--- a/arch/arm/boot/dts/omap443x-clocks.dtsi
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Device Tree Source for OMAP4 clock data
- *
- * Copyright (C) 2013 Texas Instruments, Inc.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
- */
-&prm_clocks {
- bandgap_fclk: bandgap_fclk@1888 {
- #clock-cells = <0>;
- compatible = "ti,gate-clock";
- clocks = <&sys_32k_ck>;
- ti,bit-shift = <8>;
- reg = <0x1888>;
- };
-};