Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: BCM63xx: Fix DTC W=1 warnings

Fix the bulk of the unit_address_vs_reg warnings and unnecessary
\#address-cells/#size-cells without "ranges" or child "reg" property

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

+4 -7
+3 -6
arch/arm/boot/dts/bcm63138.dtsi
··· 41 41 }; 42 42 43 43 clocks { 44 - #address-cells = <1>; 45 - #size-cells = <0>; 46 - 47 44 /* UBUS peripheral clock */ 48 45 periph_clk: periph_clk { 49 46 #clock-cells = <0>; ··· 91 94 reg = <0x1e000 0x100>; 92 95 }; 93 96 94 - gic: interrupt-controller@1e100 { 97 + gic: interrupt-controller@1f000 { 95 98 compatible = "arm,cortex-a9-gic"; 96 99 reg = <0x1f000 0x1000 97 100 0x1e100 0x100>; ··· 122 125 IRQ_TYPE_LEVEL_HIGH)>; 123 126 }; 124 127 125 - armpll: armpll { 128 + armpll: armpll@20000 { 126 129 #clock-cells = <0>; 127 130 compatible = "brcm,bcm63138-armpll"; 128 131 clocks = <&periph_clk>; ··· 141 144 #reset-cells = <2>; 142 145 }; 143 146 144 - ahci: sata@8000 { 147 + ahci: sata@a000 { 145 148 compatible = "brcm,bcm63138-ahci", "brcm,sata3-ahci"; 146 149 reg-names = "ahci", "top-ctrl"; 147 150 reg = <0xa000 0x9ac>, <0x8040 0x24>;
+1 -1
arch/arm/boot/dts/bcm963138dvt.dts
··· 16 16 stdout-path = &serial0; 17 17 }; 18 18 19 - memory { 19 + memory@0 { 20 20 device_type = "memory"; 21 21 reg = <0x0 0x08000000>; 22 22 };