arm64: dts: marvell: cn9130-crb: drop wrong unit-addresses
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 1 Apr 2024 14:10:50 +0000 (16:10 +0200)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Tue, 2 Apr 2024 12:40:22 +0000 (14:40 +0200)
commitf69025d38d8e31ccf37aa3842cf3b7fbd13f7e5c
treed996f7872e58009a0332995a545cde0d42a7f999
parent0f78d6da0eea475d5eb50c32b6eced4bd4d95b31
arm64: dts: marvell: cn9130-crb: drop wrong unit-addresses

Top-level nodes, not being on MMIO bus, do not have "reg" properties and
should not have unit addresses.  Correct their name as well to match
"Generic node names" recommendation from Devicetree specification.
This also fixes dtc W=1 warnings:

  cn9130-crb.dtsi:29.35-37.4: Warning (unit_address_vs_reg): /ap0_mmc_vccq@0: node has a unit name, but no reg or ranges property
  cn9130-crb.dtsi:39.38-46.4: Warning (unit_address_vs_reg): /cp0_usb3_vbus@1: node has a unit name, but no reg or ranges property
  cn9130-crb.dtsi:57.33-65.4: Warning (unit_address_vs_reg): /cp0_sd_vccq@0: node has a unit name, but no reg or ranges property
  cn9130-crb.dtsi:67.31-75.4: Warning (unit_address_vs_reg): /cp0_sd_vcc@0: node has a unit name, but no reg or ranges property

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/cn9130-crb.dtsi