diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-02 18:43:09 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-06 17:48:07 +0200 |
commit | 56c126e87e2980d5e2ca5d77b28899f8521af9d7 (patch) | |
tree | a7d27db7447b27db9b0977f9a0c7c4f3b41fcd08 /arch/arm/boot/dts/exynos4210.dtsi | |
parent | ARM: dts: exynos: Rename power domain nodes to "power-domain" in Exynos4 (diff) | |
download | linux-56c126e87e2980d5e2ca5d77b28899f8521af9d7.tar.xz linux-56c126e87e2980d5e2ca5d77b28899f8521af9d7.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos4210.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4210.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index 298b8ddc0545..554819ae1446 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -72,7 +72,7 @@ }; soc: soc { - sysram: sysram@2020000 { + sysram: sram@2020000 { compatible = "mmio-sram"; reg = <0x02020000 0x20000>; #address-cells = <1>; |