ARM: dts: exynos: Rename SysRAM node to "sram"
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 2 Oct 2019 16:43:09 +0000 (18:43 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 6 Oct 2019 15:48:07 +0000 (17:48 +0200)
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>
arch/arm/boot/dts/exynos3250.dtsi
arch/arm/boot/dts/exynos4210.dtsi
arch/arm/boot/dts/exynos4412.dtsi
arch/arm/boot/dts/exynos5250.dtsi
arch/arm/boot/dts/exynos54xx.dtsi

index 06a1c7dd85edbde8d648de2148c1d3ba82982c45..b016b0b683064bc1d51f44a7b6ca41bd13cf1ebf 100644 (file)
                #size-cells = <1>;
                ranges;
 
-               sysram@2020000 {
+               sram@2020000 {
                        compatible = "mmio-sram";
                        reg = <0x02020000 0x40000>;
                        #address-cells = <1>;
index 298b8ddc05454dd1f8e0919e61283cf5f7b908fa..554819ae144690e6ce57c448cf3ff1d57f43e86e 100644 (file)
@@ -72,7 +72,7 @@
        };
 
        soc: soc {
-               sysram: sysram@2020000 {
+               sysram: sram@2020000 {
                        compatible = "mmio-sram";
                        reg = <0x02020000 0x20000>;
                        #address-cells = <1>;
index 6cf0e259fb3952f493baf3b4ac4b47c925e9a307..5022aa574b2635c44173e57f0af113aea8324e35 100644 (file)
                        interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
                };
 
-               sysram@2020000 {
+               sram@2020000 {
                        compatible = "mmio-sram";
                        reg = <0x02020000 0x40000>;
                        #address-cells = <1>;
index 9e986a5c5bf90cfda6b96336bd273cf2ff048aa5..e1f0215e3985ea9331ddb547412f8bad264dec0c 100644 (file)
        };
 
        soc: soc {
-               sysram@2020000 {
+               sram@2020000 {
                        compatible = "mmio-sram";
                        reg = <0x02020000 0x30000>;
                        #address-cells = <1>;
index 7bea3d2ade61d99ace69285a4a2ae666a058ccab..f78dee801cd90392a43ed7a15ea24e835cd4b473 100644 (file)
@@ -55,7 +55,7 @@
        };
 
        soc: soc {
-               sysram@2020000 {
+               sram@2020000 {
                        compatible = "mmio-sram";
                        reg = <0x02020000 0x54000>;
                        #address-cells = <1>;