Skip to content

Commit 2fe00f4

Browse files
diederikdehaasmmind
authored andcommitted
arm64: dts: rockchip: Drop unneeded address+size-cells on px30
On nodes with compatible "rockchip,px30-usb2phy-grf", the #address-cells and #size-cells are required and consequently their child nodes should have unit addresses. That is not the case for the px30-pmugrf and px30-grf nodes, so remove them there. This fixes the following DTB validation warnings: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property Signed-off-by: Diederik de Haas <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 8c17c93 commit 2fe00f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

arch/arm64/boot/dts/rockchip/px30.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@
351351
pmugrf: syscon@ff010000 {
352352
compatible = "rockchip,px30-pmugrf", "syscon", "simple-mfd";
353353
reg = <0x0 0xff010000 0x0 0x1000>;
354-
#address-cells = <1>;
355-
#size-cells = <1>;
356354

357355
pmu_io_domains: io-domains {
358356
compatible = "rockchip,px30-pmu-io-voltage-domain";
@@ -453,8 +451,6 @@
453451
grf: syscon@ff140000 {
454452
compatible = "rockchip,px30-grf", "syscon", "simple-mfd";
455453
reg = <0x0 0xff140000 0x0 0x1000>;
456-
#address-cells = <1>;
457-
#size-cells = <1>;
458454

459455
io_domains: io-domains {
460456
compatible = "rockchip,px30-io-voltage-domain";

0 commit comments

Comments
 (0)