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

Commit 3c2b6a01 authored by Murali Nalajala's avatar Murali Nalajala Committed by Mahesh Sivasubramanian
Browse files

ARM: dts: msm: define standalone flag for rpm-smd driver node



Define standalone flag until real silicon comes. This flag
allow RPM driver to run in standalone mode irrespective of
RPM channel presence.

Change-Id: I3d9b2f3081742991de532123ba60c02a3c7b90ca
Signed-off-by: default avatarMurali Nalajala <mnalajal@codeaurora.org>
parent 8f8c442f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -413,6 +413,13 @@
		};
	};

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

	qcom,smdpkt {
		compatible = "qcom,smdpkt";