mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
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>
This commit is contained in:
parent
e39fc20f1e
commit
56c126e87e
@ -138,7 +138,7 @@ soc: soc {
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
sysram@2020000 {
|
||||
sram@2020000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x02020000 0x40000>;
|
||||
#address-cells = <1>;
|
||||
|
@ -72,7 +72,7 @@ cpu1: cpu@901 {
|
||||
};
|
||||
|
||||
soc: soc {
|
||||
sysram: sysram@2020000 {
|
||||
sysram: sram@2020000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x02020000 0x20000>;
|
||||
#address-cells = <1>;
|
||||
|
@ -188,7 +188,7 @@ pinctrl_3: pinctrl@106e0000 {
|
||||
interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
sysram@2020000 {
|
||||
sram@2020000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x02020000 0x40000>;
|
||||
#address-cells = <1>;
|
||||
|
@ -164,7 +164,7 @@ pmu {
|
||||
};
|
||||
|
||||
soc: soc {
|
||||
sysram@2020000 {
|
||||
sram@2020000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x02020000 0x30000>;
|
||||
#address-cells = <1>;
|
||||
|
@ -55,7 +55,7 @@ timer: timer {
|
||||
};
|
||||
|
||||
soc: soc {
|
||||
sysram@2020000 {
|
||||
sram@2020000 {
|
||||
compatible = "mmio-sram";
|
||||
reg = <0x02020000 0x54000>;
|
||||
#address-cells = <1>;
|
||||
|
Loading…
Reference in New Issue
Block a user