diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2018-04-23 16:46:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-14 17:07:50 +0300 |
commit | e1cf3de2a9d0401c87dbee505f6e1b3109987f48 (patch) | |
tree | 003666e338f214c5fa9449252448a1ec9b62e2ab /arch/arm/boot/dts/imx6q-bx50v3.dtsi | |
parent | 122e1bac76b38b7d11a74fbaf07f19c79501edef (diff) | |
download | linux-e1cf3de2a9d0401c87dbee505f6e1b3109987f48.tar.xz |
ARM: dts: imx: Remove #address/#size-cells from switch nodes
Remove unnecessary #address-cells/#size-cells from the switch nodes
to fix the following DTC warnings:
arch/arm/boot/dts/imx6q-b450v3.dtb: Warning (avoid_unnecessary_addr_size): /mdio-gpio/switch@0: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6q-bx50v3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx6q-bx50v3.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6q-bx50v3.dtsi b/arch/arm/boot/dts/imx6q-bx50v3.dtsi index 990e411cbca0..d0e7dab4d72b 100644 --- a/arch/arm/boot/dts/imx6q-bx50v3.dtsi +++ b/arch/arm/boot/dts/imx6q-bx50v3.dtsi @@ -107,8 +107,6 @@ switch@0 { compatible = "marvell,mv88e6085"; /* 88e6240*/ - #address-cells = <1>; - #size-cells = <0>; reg = <0>; switch_ports: ports { |