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/imx51.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/imx51.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx51.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx51.dtsi b/arch/arm/boot/dts/imx51.dtsi index 5d390a64e976..b5db83cd7439 100644 --- a/arch/arm/boot/dts/imx51.dtsi +++ b/arch/arm/boot/dts/imx51.dtsi @@ -56,9 +56,6 @@ }; clocks { - #address-cells = <1>; - #size-cells = <0>; - ckil { compatible = "fsl,imx-ckil", "fixed-clock"; #clock-cells = <0>; |