ARM: dts: imx6ull-colibri: Remove unnecessary #address-cells/#size-cells
authorFabio Estevam <festevam@denx.de>
Tue, 28 Mar 2023 18:51:47 +0000 (15:51 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 5 Apr 2023 14:31:31 +0000 (22:31 +0800)
commit3847e716b68e871ab64fc0cdad7fac9b7c1b022d
tree25823c79e17edda0c7c11fe8df6c50ef0d2c4b38
parent82655f90701de5e0f7381b16534602bc2b8fe920
ARM: dts: imx6ull-colibri: Remove unnecessary #address-cells/#size-cells

Building with W=1 leads to the following dtc warning:

arch/arm/boot/dts/imx6ull-colibri.dtsi:36.9-46.5: Warning (graph_child_address): /connector/ports: graph node has single child node 'port@0', #address-cells/#size-cells are not necessary

Since a single port is used, 'ports' can be removed, as well as the
unnecessary #address-cells/#size-cells.

Fixes: bd5880e10982 ("ARM: dts: colibri-imx6ull: Enable dual-role switching")
Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6ull-colibri.dtsi