diff options
author | Shawn Guo <shawnguo@kernel.org> | 2018-05-03 09:40:59 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-14 16:07:59 +0200 |
commit | 7df57a4d8d23ec6d1c1a2cd65be02a292834870b (patch) | |
tree | 542f22fc780feed949834fddf1074fa8e79b0f07 /arch/arm/boot/dts/imx25.dtsi | |
parent | ARM: dts: imx6sx-sabreauto: add egalax touch screen support (diff) | |
download | linux-7df57a4d8d23ec6d1c1a2cd65be02a292834870b.tar.xz linux-7df57a4d8d23ec6d1c1a2cd65be02a292834870b.zip |
ARM: dts: imx: drop unnecessary #address-cells/#size-cells
It drops unnecessary #address-cells/#size-cells from <soc>.dtsi 'clocks'
node to fix 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/imx25.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx25.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx25.dtsi b/arch/arm/boot/dts/imx25.dtsi index cf70df20b19c..67606dd334bf 100644 --- a/arch/arm/boot/dts/imx25.dtsi +++ b/arch/arm/boot/dts/imx25.dtsi @@ -70,9 +70,6 @@ }; clocks { - #address-cells = <1>; - #size-cells = <0>; - osc { compatible = "fsl,imx-osc", "fixed-clock"; #clock-cells = <0>; |