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

Commit 81657c64 authored by Arun KS's avatar Arun KS
Browse files

ARM: dts: msm: Add rpm-smd channel device binding for msmtellurium



Add device bindings for smd channel between apps and rpm.
Define standalone flag until real silicon comes. This flag allows RPM
driver to run in standalone mode irrespective of RPM channel
presence.

Change-Id: I8fa486752cb9820fdee847c2e248eac2a6566bb1
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent e22a9bf6
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -431,6 +431,13 @@
		<&clock_gcc clk_gcc_blsp1_ahb_clk>;
		clock-names = "core_clk", "iface_clk";
	};

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

&gdsc_venus {