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)
commit179811bebc7b91e0f9d0adee9bfa3d2af9c43869
tree995f3552e520208753960269b02299ed7ea52966
parent22efef1ca05d2c96730060750d00205c49b8b39c
arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes

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