arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes
authorStephan Gerhold <stephan@gerhold.net>
Mon, 18 Oct 2021 11:00:08 +0000 (13:00 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 24 Oct 2021 18:04:08 +0000 (13:04 -0500)
According to the new DT schema for qcom,rpm-msg-ram the node name
should be sram@. memory@ is reserved for definition of physical RAM
(usable by Linux).

This fixes the following dtbs_check error on various device trees:
memory@60000: 'device_type' is a required property
        From schema: dtschema/schemas/memory.yaml

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211018110009.30837-1-stephan@gerhold.net
arch/arm64/boot/dts/qcom/msm8916.dtsi
arch/arm64/boot/dts/qcom/msm8994.dtsi
arch/arm64/boot/dts/qcom/msm8996.dtsi
arch/arm64/boot/dts/qcom/msm8998.dtsi
arch/arm64/boot/dts/qcom/qcs404.dtsi
arch/arm64/boot/dts/qcom/sdm630.dtsi
arch/arm64/boot/dts/qcom/sm6125.dtsi

index 9196cdf84b098b9f391d93f5e06b5cd7299b1d10..b798a91514e74725bd03206285b2e8d1c9eeeddc 100644 (file)
                        };
                };
 
-               rpm_msg_ram: memory@60000 {
+               rpm_msg_ram: sram@60000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0x00060000 0x8000>;
                };
index 986fe60dec5fbee480b646e43eaf5476a9c5af47..5a9a5ed0565f6aa969231bb6745023e5265ca367 100644 (file)
                        reg = <0xfc400000 0x2000>;
                };
 
-               rpm_msg_ram: memory@fc428000 {
+               rpm_msg_ram: sram@fc428000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0xfc428000 0x4000>;
                };
index 2af81459f080629f6d6945fd6e68ea73650aad51..bccc2d0b35a8488f31b7a9c6e10c219a0c93052a 100644 (file)
                        };
                };
 
-               rpm_msg_ram: memory@68000 {
+               rpm_msg_ram: sram@68000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0x00068000 0x6000>;
                };
index 63a3123c94a3b6a8cf8f44ba4806c5229645b005..408f265e277b6d7e8ebc05feb443f61029b72eb0 100644 (file)
                        clocks = <&xo>, <&sleep_clk>;
                };
 
-               rpm_msg_ram: memory@778000 {
+               rpm_msg_ram: sram@778000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0x00778000 0x7000>;
                };
index 8abede380b6ba575518384fefa33f069aae16bb4..6db753b49326fa592699bad4a54d3b77d173437e 100644 (file)
                        status = "disabled";
                };
 
-               rpm_msg_ram: memory@60000 {
+               rpm_msg_ram: sram@60000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0x00060000 0x6000>;
                };
index a0b7c72ee594fb7c0f4a54d7e2f07fd4e050148c..945d9c1474e259491b604900a0e85dbfc4701a6a 100644 (file)
                                        <&sleep_clk>;
                };
 
-               rpm_msg_ram: memory@778000 {
+               rpm_msg_ram: sram@778000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0x00778000 0x7000>;
                };
index 6b03beb82bcd0968c53111351e85a5239c5c4303..51286ddbdb10fd090cee8233291fcd2d83583702 100644 (file)
                        status = "disabled";
                };
 
-               rpm_msg_ram: memory@45f0000 {
+               rpm_msg_ram: sram@45f0000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0x045f0000 0x7000>;
                };