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:
@@ -1716,7 +1716,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
rpm_bus: qcom,rpm-smd {
|
rpm_bus: qcom,rpm-smd {
|
||||||
/* compatible = "qcom,rpm-smd"; */
|
compatible = "qcom,rpm-smd";
|
||||||
rpm-channel-name = "rpm_requests";
|
rpm-channel-name = "rpm_requests";
|
||||||
interrupts = <GIC_SPI 194 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <GIC_SPI 194 IRQ_TYPE_EDGE_RISING>;
|
||||||
rpm-channel-type = <15>; /* SMD_APPS_RPM */
|
rpm-channel-type = <15>; /* SMD_APPS_RPM */
|
||||||
@@ -1825,7 +1825,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
mpm: interrupt-controller@45f01b8 {
|
mpm: interrupt-controller@45f01b8 {
|
||||||
/* compatible = "qcom,mpm-monaco", "qcom,mpm"; */
|
compatible = "qcom,mpm-monaco", "qcom,mpm";
|
||||||
interrupts = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <GIC_SPI 197 IRQ_TYPE_EDGE_RISING>;
|
||||||
reg = <0x45f01b8 0x1000>,
|
reg = <0x45f01b8 0x1000>,
|
||||||
<0xf111008 0x4>,
|
<0xf111008 0x4>,
|
||||||
|
Reference in New Issue
Block a user