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

Commit b46da9e7 authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add LLCC device tree node for sdxprairie target



Add LLCC device tree node to enable LLCC driver for activation and
de-activation of llcc slices on sdxprairie target.

Change-Id: I9395514ec46afb225018cc4c43e453a0d276f8ba
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent 454348e8
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -433,6 +433,21 @@
		status = "ok";
	};

	qcom,llcc@9200000 {
		compatible = "qcom,llcc-core", "syscon", "simple-mfd";
		reg = <0x9200000 0x50000>;
		reg-names = "llcc_base";
		qcom,llcc-banks-off = <0x0>;
		qcom,llcc-broadcast-off = <0x0>;

		llcc: qcom,sdxprairie-llcc {
			compatible = "qcom,sdxprairie-llcc";
			#cache-cells = <1>;
			max-slices = <32>;
			cap-based-alloc-and-pwr-collapse;
		};
	};

	qcom,msm_gsi {
		compatible = "qcom,msm_gsi";
	};