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

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

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

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

+5 -13
+1 -3
arch/arm/boot/dts/bcm47189-luxul-xap-1440.dts
··· 15 15 bootargs = "earlycon"; 16 16 }; 17 17 18 - memory { 18 + memory@0 { 19 19 device_type = "memory"; 20 20 reg = <0x00000000 0x08000000>; 21 21 }; ··· 38 38 39 39 gpio-keys { 40 40 compatible = "gpio-keys"; 41 - #address-cells = <1>; 42 - #size-cells = <0>; 43 41 44 42 restart { 45 43 label = "Reset";
+1 -3
arch/arm/boot/dts/bcm47189-luxul-xap-810.dts
··· 15 15 bootargs = "earlycon"; 16 16 }; 17 17 18 - memory { 18 + memory@0 { 19 19 device_type = "memory"; 20 20 reg = <0x00000000 0x08000000>; 21 21 }; ··· 48 48 49 49 gpio-keys { 50 50 compatible = "gpio-keys"; 51 - #address-cells = <1>; 52 - #size-cells = <0>; 53 51 54 52 restart { 55 53 label = "Reset";
+1 -3
arch/arm/boot/dts/bcm47189-tenda-ac9.dts
··· 15 15 bootargs = "console=ttyS0,115200 earlycon"; 16 16 }; 17 17 18 - memory { 18 + memory@0 { 19 19 device_type = "memory"; 20 20 reg = <0x00000000 0x08000000>; 21 21 }; ··· 58 58 59 59 gpio-keys { 60 60 compatible = "gpio-keys"; 61 - #address-cells = <1>; 62 - #size-cells = <0>; 63 61 64 62 rfkill { 65 63 label = "WiFi";
+1 -1
arch/arm/boot/dts/bcm53573.dtsi
··· 32 32 }; 33 33 }; 34 34 35 - mpcore { 35 + mpcore@18310000 { 36 36 compatible = "simple-bus"; 37 37 ranges = <0x00000000 0x18310000 0x00008000>; 38 38 #address-cells = <1>;
+1 -3
arch/arm/boot/dts/bcm947189acdbmr.dts
··· 17 17 bootargs = "console=ttyS0,115200 earlycon"; 18 18 }; 19 19 20 - memory { 20 + memory@0 { 21 21 device_type = "memory"; 22 22 reg = <0x00000000 0x08000000>; 23 23 }; ··· 43 43 44 44 gpio-keys { 45 45 compatible = "gpio-keys"; 46 - #address-cells = <1>; 47 - #size-cells = <0>; 48 46 49 47 restart { 50 48 label = "Reset";