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

ARM: dts: qcom: use generic sram as name for imem and ocmem nodes

According to Devicetree specification, the device nodes should be
generic, reflecting the function of the device. The typical name for
memory regions is "sram".

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Luca Weiss <luca@z3ntu.xyz>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220607171848.535128-3-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Bjorn Andersson
230b5eda 69b1142b

+4 -4
+1 -1
arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts
··· 341 341 }; 342 342 }; 343 343 344 - imem@2a03f000 { 344 + sram@2a03f000 { 345 345 compatible = "syscon", "simple-mfd"; 346 346 reg = <0x2a03f000 0x1000>; 347 347
+2 -2
arch/arm/boot/dts/qcom-msm8974.dtsi
··· 1629 1629 }; 1630 1630 }; 1631 1631 1632 - ocmem@fdd00000 { 1632 + sram@fdd00000 { 1633 1633 compatible = "qcom,msm8974-ocmem"; 1634 1634 reg = <0xfdd00000 0x2000>, 1635 1635 <0xfec00000 0x180000>; ··· 1676 1676 }; 1677 1677 }; 1678 1678 1679 - imem: imem@fe805000 { 1679 + imem: sram@fe805000 { 1680 1680 compatible = "syscon", "simple-mfd"; 1681 1681 reg = <0xfe805000 0x1000>; 1682 1682
+1 -1
arch/arm/boot/dts/qcom-sdx55.dtsi
··· 561 561 #interrupt-cells = <2>; 562 562 }; 563 563 564 - imem@1468f000 { 564 + sram@1468f000 { 565 565 compatible = "simple-mfd"; 566 566 reg = <0x1468f000 0x1000>; 567 567