diff options
author | Shawn Guo <shawnguo@kernel.org> | 2018-05-03 10:40:59 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-14 17:07:59 +0300 |
commit | 7df57a4d8d23ec6d1c1a2cd65be02a292834870b (patch) | |
tree | 542f22fc780feed949834fddf1074fa8e79b0f07 /arch/arm/boot/dts/imx50.dtsi | |
parent | 346952e88075f920522d91b2fc91d2715c854774 (diff) | |
download | linux-7df57a4d8d23ec6d1c1a2cd65be02a292834870b.tar.xz |
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/imx50.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx50.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx50.dtsi b/arch/arm/boot/dts/imx50.dtsi index 7954e79d0a16..a9b712db9f6c 100644 --- a/arch/arm/boot/dts/imx50.dtsi +++ b/arch/arm/boot/dts/imx50.dtsi @@ -60,9 +60,6 @@ }; clocks { - #address-cells = <1>; - #size-cells = <0>; - ckil { compatible = "fsl,imx-ckil", "fixed-clock"; #clock-cells = <0>; |