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

Commit 5d11dd47 authored by Shadab Naseem's avatar Shadab Naseem
Browse files

ARM: dts: msm: Enable llcc-v2 for Orchid Soc

Enable llcc-v2 driver through compatible for Orchid and Litomagnus
Soc.

Change-Id: I5fe421fe2cb6dc7fe1338b07212bd95895f710ff
parent 20e221fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2125,7 +2125,7 @@
		#mbox-cells = <2>;
	};

	cache-controller@9200000 {
	llcc: cache-controller@9200000 {
		compatible = "qcom,llcc-v1";
		reg = <0x9200000 0xd0000> , <0x9600000 0x50000>;
		reg-names = "llcc_base", "llcc_broadcast_base";
+4 −0
Original line number Diff line number Diff line
@@ -18,3 +18,7 @@
&apps_rsc {
	/delete-node/ rpmh-regulator-ldoa7;
};

&llcc {
	compatible = "qcom,llcc-v2";
};
+4 −0
Original line number Diff line number Diff line
@@ -51,3 +51,7 @@
	compatible = "qcom,litomagnus-rpmh-clk";
	#clock-cells = <1>;
};

&llcc {
	compatible = "qcom,llcc-v2";
};