arm64: dts: qcom: use generic sram as name for imem and ocmem nodes
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Tue, 7 Jun 2022 17:18:42 +0000 (19:18 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 3 Jul 2022 03:17:10 +0000 (22:17 -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>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220607171848.535128-8-krzysztof.kozlowski@linaro.org
arch/arm64/boot/dts/qcom/msm8994.dtsi
arch/arm64/boot/dts/qcom/qcs404.dtsi
arch/arm64/boot/dts/qcom/sc7180.dtsi
arch/arm64/boot/dts/qcom/sc7280.dtsi
arch/arm64/boot/dts/qcom/sdm630.dtsi
arch/arm64/boot/dts/qcom/sdm845.dtsi

index 362960d..910f2b1 100644 (file)
                                               <600000000>;
                };
 
-               ocmem: ocmem@fdd00000 {
+               ocmem: sram@fdd00000 {
                        compatible = "qcom,msm8974-ocmem";
                        reg = <0xfdd00000 0x2000>,
                              <0xfec00000 0x200000>;
index aea956e..56153cf 100644 (file)
                        status = "disabled";
                };
 
-               imem@8600000 {
+               sram@8600000 {
                        compatible = "simple-mfd";
                        reg = <0x08600000 0x1000>;
 
index d9d3e11..62485bc 100644 (file)
                        cell-index = <0>;
                };
 
-               imem@146aa000 {
+               sram@146aa000 {
                        compatible = "simple-mfd";
                        reg = <0 0x146aa000 0 0x2000>;
 
index f336704..5f5b914 100644 (file)
                        };
                };
 
-               imem@146a5000 {
+               sram@146a5000 {
                        compatible = "qcom,sc7280-imem", "syscon";
                        reg = <0 0x146a5000 0 0x6000>;
 
index 8e507f6..872c9f0 100644 (file)
                        status = "disabled";
                };
 
-               imem@146bf000 {
+               sram@146bf000 {
                        compatible = "simple-mfd";
                        reg = <0x146bf000 0x1000>;
 
index 3f91314..5f01263 100644 (file)
                        cell-index = <0>;
                };
 
-               imem@146bf000 {
+               sram@146bf000 {
                        compatible = "simple-mfd";
                        reg = <0 0x146bf000 0 0x1000>;