Commit 230b5eda authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

ARM: dts: qcom: use generic sram as name for imem and ocmem nodes

According to Devicetree specification, the device nodes should be
generic, reflecting the function of the device.  The typical name for
memory regions is "sram".
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarLuca Weiss <luca@z3ntu.xyz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220607171848.535128-3-krzysztof.kozlowski@linaro.org
parent 69b1142b
...@@ -341,7 +341,7 @@ mmc@12400000 { ...@@ -341,7 +341,7 @@ mmc@12400000 {
}; };
}; };
imem@2a03f000 { sram@2a03f000 {
compatible = "syscon", "simple-mfd"; compatible = "syscon", "simple-mfd";
reg = <0x2a03f000 0x1000>; reg = <0x2a03f000 0x1000>;
......
...@@ -1629,7 +1629,7 @@ opp-27000000 { ...@@ -1629,7 +1629,7 @@ opp-27000000 {
}; };
}; };
ocmem@fdd00000 { sram@fdd00000 {
compatible = "qcom,msm8974-ocmem"; compatible = "qcom,msm8974-ocmem";
reg = <0xfdd00000 0x2000>, reg = <0xfdd00000 0x2000>,
<0xfec00000 0x180000>; <0xfec00000 0x180000>;
...@@ -1676,7 +1676,7 @@ smd-edge { ...@@ -1676,7 +1676,7 @@ smd-edge {
}; };
}; };
imem: imem@fe805000 { imem: sram@fe805000 {
compatible = "syscon", "simple-mfd"; compatible = "syscon", "simple-mfd";
reg = <0xfe805000 0x1000>; reg = <0xfe805000 0x1000>;
......
...@@ -561,7 +561,7 @@ tlmm: pinctrl@f100000 { ...@@ -561,7 +561,7 @@ tlmm: pinctrl@f100000 {
#interrupt-cells = <2>; #interrupt-cells = <2>;
}; };
imem@1468f000 { sram@1468f000 {
compatible = "simple-mfd"; compatible = "simple-mfd";
reg = <0x1468f000 0x1000>; reg = <0x1468f000 0x1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment