From f085d759f88128c5cdb8cefaeb4a67b52a4b61ad Mon Sep 17 00:00:00 2001 From: Raghavendra Kakarla Date: Thu, 13 Jun 2024 15:05:58 +0530 Subject: [PATCH] ARM: dts: msm: enable rpm-smd and mpm device node for Monaco This change adds the compatible string for rpm-smd and mpm device nodes so that rpm-smd and mpm drivers will probe during device boot up. Change-Id: I8816a9e3dd8c9cef39440a1bf912d6d5f06f9f59 Signed-off-by: Raghavendra Kakarla --- qcom/monaco.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/monaco.dtsi b/qcom/monaco.dtsi index 6f631075..46a5d051 100644 --- a/qcom/monaco.dtsi +++ b/qcom/monaco.dtsi @@ -1716,7 +1716,7 @@ }; rpm_bus: qcom,rpm-smd { - /* compatible = "qcom,rpm-smd"; */ + compatible = "qcom,rpm-smd"; rpm-channel-name = "rpm_requests"; interrupts = ; rpm-channel-type = <15>; /* SMD_APPS_RPM */ @@ -1825,7 +1825,7 @@ }; mpm: interrupt-controller@45f01b8 { - /* compatible = "qcom,mpm-monaco", "qcom,mpm"; */ + compatible = "qcom,mpm-monaco", "qcom,mpm"; interrupts = ; reg = <0x45f01b8 0x1000>, <0xf111008 0x4>,