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 <quic_rkakarla@quicinc.com>
This commit is contained in:
Raghavendra Kakarla
2024-06-13 15:05:58 +05:30
parent 4679fb1dda
commit f085d759f8

View File

@@ -1716,7 +1716,7 @@
};
rpm_bus: qcom,rpm-smd {
/* compatible = "qcom,rpm-smd"; */
compatible = "qcom,rpm-smd";
rpm-channel-name = "rpm_requests";
interrupts = <GIC_SPI 194 IRQ_TYPE_EDGE_RISING>;
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 = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>;
reg = <0x45f01b8 0x1000>,
<0xf111008 0x4>,