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

Commit 693780c8 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: Enable BCL support on MSM8992"

parents 3986d38e 04363dfd
Loading
Loading
Loading
Loading
+16 −1
Original line number Diff line number Diff line
@@ -2304,13 +2304,28 @@
			qcom,min-level = <1>; /* No Request */
		};

		qcom,vdd-apps-rstr{
		msm_thermal_freq: qcom,vdd-apps-rstr{
			qcom,vdd-rstr-reg = "vdd-apps";
			qcom,levels = <302400 600000 600000>;
			qcom,freq-req;
		};
	};

	qcom,bcl {
		compatible = "qcom,bcl";
		qcom,bcl-enable;
		qcom,bcl-framework-interface;
		qcom,bcl-hotplug-list = <&CPU4 &CPU5>;
		qcom,ibat-monitor {
			qcom,low-threshold-uamp = <2000000>;
			qcom,high-threshold-uamp = <3500000>;
			qcom,mitigation-freq-khz = <768000>;
			qcom,vph-high-threshold-uv = <3900000>;
			qcom,vph-low-threshold-uv = <3600000>;
			qcom,thermal-handle = <&msm_thermal_freq>;
		};
	};

	usb3: ssusb@f9200000 {
		compatible = "qcom,dwc-usb3-msm";
		status = "disabled";