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

Commit eef2e52c authored by Kavya Nunna's avatar Kavya Nunna
Browse files

ARM: dts: msm: Add changes required for pm8010

Update headroom voltages and compatible string
for PM8010.

Change-Id: I6b1adc255574915f51bd54a67cc62dfeb7debad5
parent d5169fe5
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
&soc {
};

&qupv3_se1_i2c {
	qcom,clk-freq-out = <100000>;
};

&pm8008_regulators {
	compatible = "qcom,pm8010-regulator";
};

&L1P {
	qcom,min-dropout-voltage = <40000>;
};

&L2P {
	qcom,min-dropout-voltage = <64000>;
};

&L3P {
	qcom,min-dropout-voltage = <96000>;
};

&L4P {
	qcom,min-dropout-voltage = <136000>;
};

&L5P {
	qcom,min-dropout-voltage = <176000>;
};

&L6P {
	qcom,min-dropout-voltage = <168000>;
};

&L7P {
	qcom,min-dropout-voltage = <80000>;
};