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

Commit 936b41d4 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add external buck support"

parents 4433797d 6615ffb2
Loading
Loading
Loading
Loading
+32 −0
Original line number Diff line number Diff line
@@ -52,5 +52,37 @@
};

&soc {
	qcom,spm@f9012000 {
		compatible = "qcom,spm-v2";
		qcom,saw2-spm-cmd-pc-no-rpm = [00 32 10 e0 d0 6b c0 42 f0
				03 50 4e 02 02 c0 d0 12 e0 6b 02 32
				50 f0 0f];
		qcom,saw2-spm-cmd-pc = [00 32 10 e0 d0 6b c0 42 f0
				07 50 4e 02 02 c0 d0 12 e0 6b 02 32
				50 f0 0f];
	};

	qcom,lpm-levels {
		compatible = "qcom,lpm-levels";
		qcom,system-modes {
			compatible = "qcom,system-modes";
			qcom,system-modes@2 {
				qcom,l2 = "l2_cache_pc";
				qcom,latency-us = <13200>;
				qcom,ss-power = <315>;
				qcom,energy-overhead = <1027150>;
				qcom,time-overhead = <2400>;
				qcom,min-cpu-mode= "pc";
				qcom,sync-cpus;
				qcom,send-rpm-sleep-set;
			};
		};
	};

	qcom,ext-buck-control {
		compatible = "qcom,ext-buck-control";
		qcom,gpio-num = <50>;
		qcom,settling-time-us = <2580>;
	};

};