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

ARM: dts: at91: fix sram nodes

The ranges, #address-cells and #size-cells properties are mandatory, add
them to the sram nodes.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Reviewed-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20200831171129.3886857-4-alexandre.belloni@bootlin.com

+55
+3
arch/arm/boot/dts/at91rm9200.dtsi
··· 71 71 sram: sram@200000 { 72 72 compatible = "mmio-sram"; 73 73 reg = <0x00200000 0x4000>; 74 + #address-cells = <1>; 75 + #size-cells = <1>; 76 + ranges = <0 0x00200000 0x4000>; 74 77 }; 75 78 76 79 ahb {
+3
arch/arm/boot/dts/at91sam9260.dtsi
··· 74 74 sram0: sram@2ff000 { 75 75 compatible = "mmio-sram"; 76 76 reg = <0x002ff000 0x2000>; 77 + #address-cells = <1>; 78 + #size-cells = <1>; 79 + ranges = <0 0x002ff000 0x2000>; 77 80 }; 78 81 79 82 ahb {
+3
arch/arm/boot/dts/at91sam9261.dtsi
··· 65 65 sram: sram@300000 { 66 66 compatible = "mmio-sram"; 67 67 reg = <0x00300000 0x28000>; 68 + #address-cells = <1>; 69 + #size-cells = <1>; 70 + ranges = <0 0x00300000 0x28000>; 68 71 }; 69 72 70 73 ahb {
+6
arch/arm/boot/dts/at91sam9263.dtsi
··· 67 67 sram0: sram@300000 { 68 68 compatible = "mmio-sram"; 69 69 reg = <0x00300000 0x14000>; 70 + #address-cells = <1>; 71 + #size-cells = <1>; 72 + ranges = <0 0x00300000 0x14000>; 70 73 }; 71 74 72 75 sram1: sram@500000 { 73 76 compatible = "mmio-sram"; 74 77 reg = <0x00500000 0x4000>; 78 + #address-cells = <1>; 79 + #size-cells = <1>; 80 + ranges = <0 0x00500000 0x4000>; 75 81 }; 76 82 77 83 ahb {
+3
arch/arm/boot/dts/at91sam9g20.dtsi
··· 22 22 sram1: sram@2fc000 { 23 23 compatible = "mmio-sram"; 24 24 reg = <0x002fc000 0x8000>; 25 + #address-cells = <1>; 26 + #size-cells = <1>; 27 + ranges = <0 0x002fc000 0x8000>; 25 28 }; 26 29 27 30 ahb {
+3
arch/arm/boot/dts/at91sam9g45.dtsi
··· 79 79 sram: sram@300000 { 80 80 compatible = "mmio-sram"; 81 81 reg = <0x00300000 0x10000>; 82 + #address-cells = <1>; 83 + #size-cells = <1>; 84 + ranges = <0 0x00300000 0x10000>; 82 85 }; 83 86 84 87 ahb {
+3
arch/arm/boot/dts/at91sam9n12.dtsi
··· 69 69 sram: sram@300000 { 70 70 compatible = "mmio-sram"; 71 71 reg = <0x00300000 0x8000>; 72 + #address-cells = <1>; 73 + #size-cells = <1>; 74 + ranges = <0 0x00300000 0x8000>; 72 75 }; 73 76 74 77 ahb {
+3
arch/arm/boot/dts/at91sam9rl.dtsi
··· 76 76 sram: sram@300000 { 77 77 compatible = "mmio-sram"; 78 78 reg = <0x00300000 0x10000>; 79 + #address-cells = <1>; 80 + #size-cells = <1>; 81 + ranges = <0 0x00300000 0x10000>; 79 82 }; 80 83 81 84 ahb {
+3
arch/arm/boot/dts/at91sam9x5.dtsi
··· 77 77 sram: sram@300000 { 78 78 compatible = "mmio-sram"; 79 79 reg = <0x00300000 0x8000>; 80 + #address-cells = <1>; 81 + #size-cells = <1>; 82 + ranges = <0 0x00300000 0x8000>; 80 83 }; 81 84 82 85 ahb {
+3
arch/arm/boot/dts/at91sam9xe.dtsi
··· 19 19 sram1: sram@300000 { 20 20 compatible = "mmio-sram"; 21 21 reg = <0x00300000 0x4000>; 22 + #address-cells = <1>; 23 + #size-cells = <1>; 24 + ranges = <0 0x00300000 0x4000>; 22 25 }; 23 26 };
+3
arch/arm/boot/dts/sam9x60.dtsi
··· 62 62 sram: sram@300000 { 63 63 compatible = "mmio-sram"; 64 64 reg = <0x00300000 0x100000>; 65 + #address-cells = <1>; 66 + #size-cells = <1>; 67 + ranges = <0 0x00300000 0x100000>; 65 68 }; 66 69 67 70 ahb {
+7
arch/arm/boot/dts/sama5d2.dtsi
··· 94 94 ns_sram: sram@200000 { 95 95 compatible = "mmio-sram"; 96 96 reg = <0x00200000 0x20000>; 97 + #address-cells = <1>; 98 + #size-cells = <1>; 99 + ranges = <0 0x00200000 0x20000>; 97 100 }; 98 101 99 102 ahb { ··· 109 106 compatible = "mmio-sram"; 110 107 no-memory-wc; 111 108 reg = <0x00100000 0x2400>; 109 + #address-cells = <1>; 110 + #size-cells = <1>; 111 + ranges = <0 0x00100000 0x2400>; 112 + 112 113 }; 113 114 114 115 usb0: gadget@300000 {
+6
arch/arm/boot/dts/sama5d3.dtsi
··· 83 83 sram: sram@300000 { 84 84 compatible = "mmio-sram"; 85 85 reg = <0x00300000 0x20000>; 86 + #address-cells = <1>; 87 + #size-cells = <1>; 88 + ranges = <0 0x00300000 0x20000>; 86 89 }; 87 90 88 91 ahb { ··· 1076 1073 compatible = "mmio-sram"; 1077 1074 no-memory-wc; 1078 1075 reg = <0x200000 0x2400>; 1076 + #address-cells = <1>; 1077 + #size-cells = <1>; 1078 + ranges = <0 0x200000 0x2400>; 1079 1079 }; 1080 1080 1081 1081 usb0: gadget@500000 {
+6
arch/arm/boot/dts/sama5d4.dtsi
··· 81 81 ns_sram: sram@210000 { 82 82 compatible = "mmio-sram"; 83 83 reg = <0x00210000 0x10000>; 84 + #address-cells = <1>; 85 + #size-cells = <1>; 86 + ranges = <0 0x00210000 0x10000>; 84 87 }; 85 88 86 89 ahb { ··· 96 93 compatible = "mmio-sram"; 97 94 no-memory-wc; 98 95 reg = <0x100000 0x2400>; 96 + #address-cells = <1>; 97 + #size-cells = <1>; 98 + ranges = <0 0x100000 0x2400>; 99 99 }; 100 100 101 101 usb0: gadget@400000 {