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

Commit 71fefd89 authored by Taniya Das's avatar Taniya Das
Browse files

ARM: dts: msm: Update AOP clock node to use QMP for LITO



Move from using dummy AOP clock to QMP based QDSS clocks. Update the RUMI
to use the dummy AOP clocks.

Change-Id: I58a01934f59bccce2e3e17ab8fabb3bf74833365
Signed-off-by: default avatarTaniya Das <tdas@codeaurora.org>
parent ce471b12
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -58,6 +58,11 @@
	clock-output-names = "rpmh_clocks";
};

&aopcc {
	compatible = "qcom,dummycc";
	clock-output-names = "qdss_clocks";
};

&usb0 {
	dwc3@a600000 {
		usb-phy = <&usb_emu_phy>, <&usb_nop_phy>;
+3 −2
Original line number Diff line number Diff line
@@ -851,8 +851,9 @@
	};

	aopcc: qcom,aopclk {
		compatible = "qcom,dummycc";
		clock-output-names = "qdss_clocks";
		compatible = "qcom,aop-qmp-clk";
		mboxes = <&qmp_aop 0>;
		mbox-names = "qdss_clk";
		#clock-cells = <1>;
	};