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

Commit 23799839 authored by Raghavendra Kakarla's avatar Raghavendra Kakarla Committed by Gerrit - the friendly Code Review server
Browse files

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

Add rpm-smd devic node for APSS communication with RPM.

Change-Id: I62497058ed67b97d94dc868250f305097260f64d
parent 765ba612
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -238,6 +238,13 @@
		status = "okay";
	};

	rpm_bus: qcom,rpm-smd {
		compatible = "qcom,rpm-smd";
		rpm-channel-name = "rpm_requests";
		interrupts = <GIC_SPI 168 IRQ_TYPE_EDGE_RISING>;
		rpm-channel-type = <15>; /* SMD_APPS_RPM */
	};

	qcom,msm-imem@8600000 {
		compatible = "qcom,msm-imem";
		reg = <0x08600000 0x1000>; /* Address and size of IMEM */