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

Commit cdb71ddd authored by Abhijeet Dharmapurikar's avatar Abhijeet Dharmapurikar
Browse files

ARM: dts: msm: add vregs for reduced coeff1 load for APQ8084 and MPQ8092



Add regulator devices which when enabled indicate that the
system is running in reduced coeff1 load state.

Change-Id: I41b8cb96e1c404d358c8629a3986fda8a356a83b
Signed-off-by: default avatarAbhijeet Dharmapurikar <adharmap@codeaurora.org>
parent bf3a5f93
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -466,6 +466,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <0>;
			krait0_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment0";
				qcom,coeff1-reduction = <75>;
			};
		};

		krait1_vreg: regulator@f9098000 {
@@ -482,6 +486,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <1>;
			krait1_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment1";
				qcom,coeff1-reduction = <75>;
			};
		};

		krait2_vreg: regulator@f90a8000 {
@@ -498,6 +506,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <2>;
			krait2_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment2";
				qcom,coeff1-reduction = <75>;
			};
		};

		krait3_vreg: regulator@f90b8000 {
@@ -514,6 +526,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <3>;
			krait3_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment3";
				qcom,coeff1-reduction = <75>;
			};
		};
	};

+16 −0
Original line number Diff line number Diff line
@@ -462,6 +462,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <0>;
			krait0_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment0";
				qcom,coeff1-reduction = <75>;
			};
		};

		krait1_vreg: regulator@f9098000 {
@@ -478,6 +482,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <1>;
			krait1_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment1";
				qcom,coeff1-reduction = <75>;
			};
		};

		krait2_vreg: regulator@f90a8000 {
@@ -494,6 +502,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <2>;
			krait2_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment2";
				qcom,coeff1-reduction = <75>;
			};
		};

		krait3_vreg: regulator@f90b8000 {
@@ -510,6 +522,10 @@
			qcom,ldo-threshold-voltage = <850000>;
			qcom,ldo-delta-voltage = <12500>;
			qcom,cpu-num = <3>;
			krait3_adj_reg: regulator@0 {
				regulator-name = "krait-adjustment3";
				qcom,coeff1-reduction = <75>;
			};
		};
	};