Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: qcom: fix node name for rpm-msg-ram

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

authored by

Luca Weiss and committed by
Bjorn Andersson
7475f724 798e65cd

+3 -3
+1 -1
arch/arm/boot/dts/qcom-apq8084.dtsi
··· 394 394 #hwlock-cells = <1>; 395 395 }; 396 396 397 - rpm_msg_ram: memory@fc428000 { 397 + rpm_msg_ram: sram@fc428000 { 398 398 compatible = "qcom,rpm-msg-ram"; 399 399 reg = <0xfc428000 0x4000>; 400 400 };
+1 -1
arch/arm/boot/dts/qcom-msm8226.dtsi
··· 527 527 }; 528 528 }; 529 529 530 - rpm_msg_ram: memory@fc428000 { 530 + rpm_msg_ram: sram@fc428000 { 531 531 compatible = "qcom,rpm-msg-ram"; 532 532 reg = <0xfc428000 0x4000>; 533 533 };
+1 -1
arch/arm/boot/dts/qcom-msm8974.dtsi
··· 1056 1056 reg = <0xfc400000 0x4000>; 1057 1057 }; 1058 1058 1059 - rpm_msg_ram: memory@fc428000 { 1059 + rpm_msg_ram: sram@fc428000 { 1060 1060 compatible = "qcom,rpm-msg-ram"; 1061 1061 reg = <0xfc428000 0x4000>; 1062 1062 };