diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-02 19:43:09 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-06 18:48:07 +0300 |
commit | 56c126e87e2980d5e2ca5d77b28899f8521af9d7 (patch) | |
tree | a7d27db7447b27db9b0977f9a0c7c4f3b41fcd08 /arch/arm/boot/dts/exynos4412.dtsi | |
parent | e39fc20f1ec1335ce4fdf6c65aad0f15a9a5d31f (diff) | |
download | linux-56c126e87e2980d5e2ca5d77b28899f8521af9d7.tar.xz |
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/exynos4412.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4412.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index 6cf0e259fb39..5022aa574b26 100644 --- a/arch/arm/boot/dts/exynos4412.dtsi +++ b/arch/arm/boot/dts/exynos4412.dtsi @@ -188,7 +188,7 @@ interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>; }; - sysram@2020000 { + sram@2020000 { compatible = "mmio-sram"; reg = <0x02020000 0x40000>; #address-cells = <1>; |