[PATCH RFC 03/15] arm64: dts: qcom: msm8953: Add simple-mfd to rpm_msg_ram

Konrad Dybcio posted 15 patches 2 years, 11 months ago
[PATCH RFC 03/15] arm64: dts: qcom: msm8953: Add simple-mfd to rpm_msg_ram
Posted by Konrad Dybcio 2 years, 11 months ago
Add the missing compatible to make the node compliant with the bindings.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/msm8953.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8953.dtsi b/arch/arm64/boot/dts/qcom/msm8953.dtsi
index 610f3e3fc0c2..2a8201ab0c37 100644
--- a/arch/arm64/boot/dts/qcom/msm8953.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8953.dtsi
@@ -351,7 +351,7 @@ soc: soc@0 {
 		compatible = "simple-bus";
 
 		rpm_msg_ram: sram@60000 {
-			compatible = "qcom,rpm-msg-ram";
+			compatible = "qcom,rpm-msg-ram", "simple-mfd";
 			reg = <0x60000 0x8000>;
 		};
 

-- 
2.39.2