]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm64: xilinx: Remove address/size-cells from gem nodes
authorMichal Simek <michal.simek@amd.com>
Fri, 22 Sep 2023 10:35:37 +0000 (12:35 +0200)
committerMichal Simek <michal.simek@amd.com>
Mon, 9 Oct 2023 08:25:32 +0000 (10:25 +0200)
commit7469befcd5d860ed584c4c73dc2ac59cb72c3a71
treec6471e3ff5c98011d9ea41ea48ac2be1a5ac36cf
parent5c214bac46f3f870d25d18d56575eddebf08a1ae
arm64: xilinx: Remove address/size-cells from gem nodes

Some boards are using one mdio bus which holds multiple phys and also
boards are using mdio node for bus description. That's why there are cases
where address/size-cells are unnecessary which is also reported by make W=1
dtbs. That's why remove them from zynqmp.dtsi and let board DTSes to handle
it based on used description.

Error log:
/axi/ethernet@ff0e0000: unnecessary #address-cells/#size-cells without
"ranges" or child "reg" property

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/02f308c774d4f2a798a9a8c066824114a19841a7.1695378830.git.michal.simek@amd.com
arch/arm/dts/zynqmp.dtsi