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

ARM: dts: exynos: Rename SysRAM node to "sram"

The device node name should reflect generic class of a device so rename
the SysRAM node from "sysram" to "sram". The child nodes stay as before
as "smp-sysram" to match their real purpose. This will be also in sync
with upcoming DT schema. No functional change.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>

+5 -5
+1 -1
arch/arm/boot/dts/exynos3250.dtsi
··· 138 138 #size-cells = <1>; 139 139 ranges; 140 140 141 - sysram@2020000 { 141 + sram@2020000 { 142 142 compatible = "mmio-sram"; 143 143 reg = <0x02020000 0x40000>; 144 144 #address-cells = <1>;
+1 -1
arch/arm/boot/dts/exynos4210.dtsi
··· 72 72 }; 73 73 74 74 soc: soc { 75 - sysram: sysram@2020000 { 75 + sysram: sram@2020000 { 76 76 compatible = "mmio-sram"; 77 77 reg = <0x02020000 0x20000>; 78 78 #address-cells = <1>;
+1 -1
arch/arm/boot/dts/exynos4412.dtsi
··· 188 188 interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; 189 189 }; 190 190 191 - sysram@2020000 { 191 + sram@2020000 { 192 192 compatible = "mmio-sram"; 193 193 reg = <0x02020000 0x40000>; 194 194 #address-cells = <1>;
+1 -1
arch/arm/boot/dts/exynos5250.dtsi
··· 164 164 }; 165 165 166 166 soc: soc { 167 - sysram@2020000 { 167 + sram@2020000 { 168 168 compatible = "mmio-sram"; 169 169 reg = <0x02020000 0x30000>; 170 170 #address-cells = <1>;
+1 -1
arch/arm/boot/dts/exynos54xx.dtsi
··· 55 55 }; 56 56 57 57 soc: soc { 58 - sysram@2020000 { 58 + sram@2020000 { 59 59 compatible = "mmio-sram"; 60 60 reg = <0x02020000 0x54000>; 61 61 #address-cells = <1>;