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

Commit b246a89e authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update AOPCC with mbox phandle for Lagoon"

parents 6dae43d4 8ae80ca8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -69,3 +69,8 @@
		maximum-speed = "high-speed";
	};
};

&aopcc {
	compatible = "qcom,dummycc";
	clock-output-names = "qdss_clocks";
};
+3 −3
Original line number Diff line number Diff line
@@ -1195,10 +1195,10 @@
	};

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

	rpmhcc: qcom,rpmhcc {