arm64: dts: qcom: Fix node name of rpm-msg-ram device nodes

[ Upstream commit 179811bebc ]

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
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Stephan Gerhold
2021-10-18 13:00:08 +02:00
committed by Greg Kroah-Hartman
parent 93d0049268
commit 3f8da4b87f
7 changed files with 7 additions and 7 deletions

View File

@@ -445,7 +445,7 @@
};
};
rpm_msg_ram: memory@60000 {
rpm_msg_ram: sram@60000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x00060000 0x8000>;
};

View File

@@ -715,7 +715,7 @@
reg = <0xfc400000 0x2000>;
};
rpm_msg_ram: memory@fc428000 {
rpm_msg_ram: sram@fc428000 {
compatible = "qcom,rpm-msg-ram";
reg = <0xfc428000 0x4000>;
};

View File

@@ -638,7 +638,7 @@
};
};
rpm_msg_ram: memory@68000 {
rpm_msg_ram: sram@68000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x00068000 0x6000>;
};

View File

@@ -861,7 +861,7 @@
reg = <0x00100000 0xb0000>;
};
rpm_msg_ram: memory@778000 {
rpm_msg_ram: sram@778000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x00778000 0x7000>;
};

View File

@@ -318,7 +318,7 @@
status = "disabled";
};
rpm_msg_ram: memory@60000 {
rpm_msg_ram: sram@60000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x00060000 0x6000>;
};

View File

@@ -541,7 +541,7 @@
<&sleep_clk>;
};
rpm_msg_ram: memory@778000 {
rpm_msg_ram: sram@778000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x00778000 0x7000>;
};

View File

@@ -380,7 +380,7 @@
status = "disabled";
};
rpm_msg_ram: memory@45f0000 {
rpm_msg_ram: sram@45f0000 {
compatible = "qcom,rpm-msg-ram";
reg = <0x045f0000 0x7000>;
};