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

Commit 05e8b445 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Add device-tree node for LLCC driver

Add Last Level Cache Controller (LLCC) device-tree node for
Lahaina platform.

Change-Id: Ia1b0602c3a3f974add82e4ff66b98d885e57e5d1
parent 2de3cc74
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -481,6 +481,13 @@
		#reset-cells = <1>;
	};

	cache-controller@9200000 {
		compatible = "qcom,llcc-v2";
		reg = <0x9200000 0x1d0000> , <0x9600000 0x50000>;
		reg-names = "llcc_base", "llcc_broadcast_base";
		cap-based-alloc-and-pwr-collapse;
	};

	qcom_scm {
		compatible = "qcom,secure-chan-manager";
	};