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

Commit ad40c1a2 authored by Devesh Jhunjhunwala's avatar Devesh Jhunjhunwala
Browse files

ARM: dts: msm: Add rpm_bus node to mdmcalifornium devicetree



Add the rpm_bus node with the standalone flag so the RPM
clocks can be probed.

In the absence of fully functional SMD and RPM drivers
in a pre-sil environment, the standalone flag is required
to allow the RPM driver to run in standalone mode irrespective
of the actual RPM channel presence.

Change-Id: I2a7ec8efb52bb949090f5a5edf40de2a0d13a871
Signed-off-by: default avatarDevesh Jhunjhunwala <deveshj@codeaurora.org>
parent 77813844
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -223,6 +223,13 @@
		status = "disabled";
	};

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

	qcom,wdt@b017000 {
		compatible = "qcom,msm-watchdog";
		reg = <0xb017000 0x1000>;