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

Commit de467689 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 94e04ce1 81657c64
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -432,6 +432,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 {