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

ARM: dts: NSP: Fix the bulk of W=1 DTC 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>

+11 -14
+3 -6
arch/arm/boot/dts/bcm-nsp.dtsi
··· 77 77 interrupt-affinity = <&cpu0>, <&cpu1>; 78 78 }; 79 79 80 - mpcore { 80 + mpcore@19000000 { 81 81 compatible = "simple-bus"; 82 82 ranges = <0x00000000 0x19000000 0x00023000>; 83 83 #address-cells = <1>; ··· 122 122 <0x20100 0x100>; 123 123 }; 124 124 125 - L2: l2-cache { 125 + L2: l2-cache@22000 { 126 126 compatible = "arm,pl310-cache"; 127 127 reg = <0x22000 0x1000>; 128 128 cache-unified; ··· 166 166 }; 167 167 }; 168 168 169 - axi { 169 + axi@18000000 { 170 170 compatible = "simple-bus"; 171 171 ranges = <0x00000000 0x18000000 0x0011c40c>; 172 172 #address-cells = <1>; ··· 415 415 "imp_sleep_timer_p5", 416 416 "imp_sleep_timer_p7", 417 417 "imp_sleep_timer_p8"; 418 - #address-cells = <1>; 419 - #size-cells = <0>; 420 - 421 418 status = "disabled"; 422 419 423 420 /* ports are defined in board DTS */
+1 -1
arch/arm/boot/dts/bcm958522er.dts
··· 43 43 stdout-path = "serial0:115200n8"; 44 44 }; 45 45 46 - memory { 46 + memory@60000000 { 47 47 device_type = "memory"; 48 48 reg = <0x60000000 0x80000000>; 49 49 };
+1 -1
arch/arm/boot/dts/bcm958525er.dts
··· 43 43 stdout-path = "serial0:115200n8"; 44 44 }; 45 45 46 - memory { 46 + memory@60000000 { 47 47 device_type = "memory"; 48 48 reg = <0x60000000 0x80000000>; 49 49 };
+1 -1
arch/arm/boot/dts/bcm958525xmc.dts
··· 43 43 stdout-path = "serial0:115200n8"; 44 44 }; 45 45 46 - memory { 46 + memory@60000000 { 47 47 device_type = "memory"; 48 48 reg = <0x60000000 0x40000000>; 49 49 };
+1 -1
arch/arm/boot/dts/bcm958622hr.dts
··· 43 43 stdout-path = "serial0:115200n8"; 44 44 }; 45 45 46 - memory { 46 + memory@60000000 { 47 47 device_type = "memory"; 48 48 reg = <0x60000000 0x80000000>; 49 49 };
+1 -1
arch/arm/boot/dts/bcm958623hr.dts
··· 43 43 stdout-path = "serial0:115200n8"; 44 44 }; 45 45 46 - memory { 46 + memory@60000000 { 47 47 device_type = "memory"; 48 48 reg = <0x60000000 0x80000000>; 49 49 };
+1 -1
arch/arm/boot/dts/bcm958625hr.dts
··· 43 43 stdout-path = "serial0:115200n8"; 44 44 }; 45 45 46 - memory { 46 + memory@60000000 { 47 47 device_type = "memory"; 48 48 reg = <0x60000000 0x20000000>; 49 49 };
+1 -1
arch/arm/boot/dts/bcm958625k.dts
··· 42 42 stdout-path = "serial0:115200n8"; 43 43 }; 44 44 45 - memory { 45 + memory@60000000 { 46 46 device_type = "memory"; 47 47 reg = <0x60000000 0x80000000>; 48 48 };
+1 -1
arch/arm/boot/dts/bcm988312hr.dts
··· 43 43 stdout-path = "serial0:115200n8"; 44 44 }; 45 45 46 - memory { 46 + memory@60000000 { 47 47 device_type = "memory"; 48 48 reg = <0x60000000 0x80000000>; 49 49 };