ARM: dts: qcom: fix node name for rpm-msg-ram
authorLuca Weiss <luca@z3ntu.xyz>
Sat, 24 Sep 2022 14:51:25 +0000 (16:51 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 17 Oct 2022 22:21:46 +0000 (17:21 -0500)
Adjust the name to match the bindings and fix the following validation
error:

<snip>/arch/arm/boot/dts/qcom-apq8026-huawei-sturgeon.dtb: memory@fc428000: $nodename:0: 'memory@fc428000' does not match '^sram(@.*)?'
        From schema: <snip>/Documentation/devicetree/bindings/sram/sram.yaml

Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220924145126.24978-1-luca@z3ntu.xyz
arch/arm/boot/dts/qcom-apq8084.dtsi
arch/arm/boot/dts/qcom-msm8226.dtsi
arch/arm/boot/dts/qcom-msm8974.dtsi

index 3cc69af9f32066aa6c6b595e4c6dad13130db0af..4447d9604f83a780332763c94ca3337001144304 100644 (file)
                        #hwlock-cells = <1>;
                };
 
-               rpm_msg_ram: memory@fc428000 {
+               rpm_msg_ram: sram@fc428000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0xfc428000 0x4000>;
                };
index 3b6e746a4af9738152c41f4ee57b7e3a02eed7b4..70cea141bc444eb64d48f6f33ed4a3ebb012c4dc 100644 (file)
                        };
                };
 
-               rpm_msg_ram: memory@fc428000 {
+               rpm_msg_ram: sram@fc428000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0xfc428000 0x4000>;
                };
index a609836bb36c74b47f8b3ec8996aa03d2eaf1db1..c27cc91d8f72fb6f52a4ccbc16694d2cd56fff00 100644 (file)
                        reg = <0xfc400000 0x4000>;
                };
 
-               rpm_msg_ram: memory@fc428000 {
+               rpm_msg_ram: sram@fc428000 {
                        compatible = "qcom,rpm-msg-ram";
                        reg = <0xfc428000 0x4000>;
                };