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

Commit cf5f6f8f authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add device node for llcc node on SM6150

Add device node for last level cache controller
on SM6150.

Change-Id: Id8e6c6ded90e02e594f583aac179222fae359bf5
parent 1501c9af
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Properties:
	Definition: must be "qcom,sdm845-llcc" or "qcom,lahaina-llcc"
	            or "qcom,shima-llcc" or "qcom,sdxlemur-llcc"
	            or "qcom,yupik-llcc" or "qcom,sm8150-llcc"
		    or "qcom,sdmshrike-llcc"
		    or "qcom,sdmshrike-llcc" or "qcom,sm6150-llcc"
		    "qcom,llcc-v2" must be appended for V2 hardware.

- reg:
+7 −0
Original line number Diff line number Diff line
@@ -1001,6 +1001,13 @@
		clock-frequency = <32768>;
	};

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

	apps_rsc: rsc@18200000 {
		label = "apps_rsc";
		compatible = "qcom,rpmh-rsc";