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

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

The device node name should reflect generic class of a device so rename
the children of SysRAM node to "smp-sram". This will be also in sync
with upcoming DT schema. No functional change.

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

+13 -13
+2 -2
arch/arm/boot/dts/exynos3250.dtsi
··· 145 145 #size-cells = <1>; 146 146 ranges = <0 0x02020000 0x40000>; 147 147 148 - smp-sysram@0 { 148 + smp-sram@0 { 149 149 compatible = "samsung,exynos4210-sysram"; 150 150 reg = <0x0 0x1000>; 151 151 }; 152 152 153 - smp-sysram@3f000 { 153 + smp-sram@3f000 { 154 154 compatible = "samsung,exynos4210-sysram-ns"; 155 155 reg = <0x3f000 0x1000>; 156 156 };
+3 -3
arch/arm/boot/dts/exynos4210-universal_c210.dts
··· 590 590 }; 591 591 592 592 &sysram { 593 - smp-sysram@0 { 593 + smp-sram@0 { 594 594 status = "disabled"; 595 595 }; 596 596 597 - smp-sysram@5000 { 597 + smp-sram@5000 { 598 598 compatible = "samsung,exynos4210-sysram"; 599 599 reg = <0x5000 0x1000>; 600 600 }; 601 601 602 - smp-sysram@1f000 { 602 + smp-sram@1f000 { 603 603 status = "disabled"; 604 604 }; 605 605 };
+2 -2
arch/arm/boot/dts/exynos4210.dtsi
··· 79 79 #size-cells = <1>; 80 80 ranges = <0 0x02020000 0x20000>; 81 81 82 - smp-sysram@0 { 82 + smp-sram@0 { 83 83 compatible = "samsung,exynos4210-sysram"; 84 84 reg = <0x0 0x1000>; 85 85 }; 86 86 87 - smp-sysram@1f000 { 87 + smp-sram@1f000 { 88 88 compatible = "samsung,exynos4210-sysram-ns"; 89 89 reg = <0x1f000 0x1000>; 90 90 };
+2 -2
arch/arm/boot/dts/exynos4412.dtsi
··· 195 195 #size-cells = <1>; 196 196 ranges = <0 0x02020000 0x40000>; 197 197 198 - smp-sysram@0 { 198 + smp-sram@0 { 199 199 compatible = "samsung,exynos4210-sysram"; 200 200 reg = <0x0 0x1000>; 201 201 }; 202 202 203 - smp-sysram@2f000 { 203 + smp-sram@2f000 { 204 204 compatible = "samsung,exynos4210-sysram-ns"; 205 205 reg = <0x2f000 0x1000>; 206 206 };
+2 -2
arch/arm/boot/dts/exynos5250.dtsi
··· 171 171 #size-cells = <1>; 172 172 ranges = <0 0x02020000 0x30000>; 173 173 174 - smp-sysram@0 { 174 + smp-sram@0 { 175 175 compatible = "samsung,exynos4210-sysram"; 176 176 reg = <0x0 0x1000>; 177 177 }; 178 178 179 - smp-sysram@2f000 { 179 + smp-sram@2f000 { 180 180 compatible = "samsung,exynos4210-sysram-ns"; 181 181 reg = <0x2f000 0x1000>; 182 182 };
+2 -2
arch/arm/boot/dts/exynos54xx.dtsi
··· 62 62 #size-cells = <1>; 63 63 ranges = <0 0x02020000 0x54000>; 64 64 65 - smp-sysram@0 { 65 + smp-sram@0 { 66 66 compatible = "samsung,exynos4210-sysram"; 67 67 reg = <0x0 0x1000>; 68 68 }; 69 69 70 - smp-sysram@53000 { 70 + smp-sram@53000 { 71 71 compatible = "samsung,exynos4210-sysram-ns"; 72 72 reg = <0x53000 0x1000>; 73 73 };