ARM: dts: qcom: use generic sram as name for imem and ocmem nodes
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 7 Jun 2022 17:18:37 +0000 (19:18 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 1 Jul 2022 03:23:26 +0000 (22:23 -0500)
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: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220607171848.535128-3-krzysztof.kozlowski@linaro.org
arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
arch/arm/boot/dts/qcom-msm8974.dtsi
arch/arm/boot/dts/qcom-sdx55.dtsi

index 799cd0f..f361882 100644 (file)
                        };
                };
 
-               imem@2a03f000 {
+               sram@2a03f000 {
                        compatible = "syscon", "simple-mfd";
                        reg = <0x2a03f000 0x1000>;
 
index 96525f3..b834401 100644 (file)
                        };
                };
 
-               ocmem@fdd00000 {
+               sram@fdd00000 {
                        compatible = "qcom,msm8974-ocmem";
                        reg = <0xfdd00000 0x2000>,
                              <0xfec00000 0x180000>;
                        };
                };
 
-               imem: imem@fe805000 {
+               imem: sram@fe805000 {
                        compatible = "syscon", "simple-mfd";
                        reg = <0xfe805000 0x1000>;
 
index ef1da28..a6c50ca 100644 (file)
                        #interrupt-cells = <2>;
                };
 
-               imem@1468f000 {
+               sram@1468f000 {
                        compatible = "simple-mfd";
                        reg = <0x1468f000 0x1000>;