summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx1-ads.dts
diff options
context:
space:
mode:
authorShawn Guo <shawnguo@kernel.org>2018-05-03 22:50:24 +0800
committerShawn Guo <shawnguo@kernel.org>2018-05-14 22:08:00 +0800
commit416fce8e943d5b4a962cd1590830ed7a1327fabe (patch)
tree16dd529ae102ec4c0ce63302b9da03de6b025f89 /arch/arm/boot/dts/imx1-ads.dts
parent7df57a4d8d23ec6d1c1a2cd65be02a292834870b (diff)
ARM: dts: imx1: move clk32 clock into soc dtsi
The clk32 clock is an input clock to CCM module, and should be defined in soc dtsi rather than a board level dts. Let's move it into imx1.dtsi. While at it, let's drop unnecessary #address-cells/#size-cells from 'clocks' node to DTC warning avoid_unnecessary_addr_size seen with W=1 switch. Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx1-ads.dts')
-rw-r--r--arch/arm/boot/dts/imx1-ads.dts11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/imx1-ads.dts b/arch/arm/boot/dts/imx1-ads.dts
index 6354e4c87313..a1d81badb5c8 100644
--- a/arch/arm/boot/dts/imx1-ads.dts
+++ b/arch/arm/boot/dts/imx1-ads.dts
@@ -23,17 +23,6 @@
memory@8000000 {
reg = <0x08000000 0x04000000>;
};
-
- clocks {
- #address-cells = <1>;
- #size-cells = <0>;
-
- clk32 {
- compatible = "fsl,imx-clk32", "fixed-clock";
- #clock-cells = <0>;
- clock-frequency = <32000>;
- };
- };
};
&cspi1 {