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

Commit 7d1ba2ea authored by Patrick Daly's avatar Patrick Daly Committed by Stephen Boyd
Browse files

arm/dt: msmkrypton: Add rpm-smd driver



Enable standalone mode for virtio testing.

Change-Id: I39b4fc07d47b451454806ba10bcf36351ca428cf
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent 29756033
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -210,4 +210,11 @@
			qcom,irq-no-suspend;
		};
	};

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