Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ffbd96aa authored by Raghavendra Kakarla's avatar Raghavendra Kakarla
Browse files

ARM: dts: msm: Add rpm-smd node for Monaco

Add rpm-smd node to enable APSS communication with RPM.

Change-Id: Ia0225d650dc751acfdef6d998a46186657ee952d
parent a08b200c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -855,6 +855,13 @@
		compatible = "qcom,monaco-bimc";
		#interconnect-cells = <1>;
	};

	rpm_bus: 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 */
	};
};

#include "monaco-pinctrl.dtsi"