diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-21 17:14:40 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-23 17:48:20 +0200 |
commit | b6df5e2bc8fca0635490c09c003b2240afaaf3ca (patch) | |
tree | ddd8b3ee6c3ec36fa979811dc19eb107c488bfea /arch/arm/boot/dts/exynos5250.dtsi | |
parent | ARM: dts: s3c64xx: Fix init order of clock providers (diff) | |
download | linux-b6df5e2bc8fca0635490c09c003b2240afaaf3ca.tar.xz linux-b6df5e2bc8fca0635490c09c003b2240afaaf3ca.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5250.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi index e1f0215e3985..ec983283f573 100644 --- a/arch/arm/boot/dts/exynos5250.dtsi +++ b/arch/arm/boot/dts/exynos5250.dtsi @@ -171,12 +171,12 @@ #size-cells = <1>; ranges = <0 0x02020000 0x30000>; - smp-sysram@0 { + smp-sram@0 { compatible = "samsung,exynos4210-sysram"; reg = <0x0 0x1000>; }; - smp-sysram@2f000 { + smp-sram@2f000 { compatible = "samsung,exynos4210-sysram-ns"; reg = <0x2f000 0x1000>; }; |