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

Commit 3cfce476 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Add PM8008 regulator for bengal

Add PM8008 regulator support for bengal target.

Change-Id: I8ce5ba47613fb873f8758447fc2fe63a0b7ffd6e
parent 63e48a24
Loading
Loading
Loading
Loading
+65 −0
Original line number Diff line number Diff line
@@ -1653,6 +1653,71 @@
#include "bengal-qupv3.dtsi"
#include "bengal-gpu.dtsi"

&qupv3_se1_i2c {
	status = "ok";
	#include "pm8008.dtsi"
};

&tlmm {
	pm8008_active: pm8008_active {
		mux {
			pins = "gpio26";
			function = "gpio";
		};

		config {
			pins = "gpio26";
			bias-pull-up;
			output-high;
			drive-strength = <2>;
		};
	};
};

&pm8008_chip {
	pinctrl-names = "default";
	pinctrl-0 = <&pm8008_active>;
};

&pm8008_regulators {
	vdd_l1_l2-supply = <&S6A>;
};

&L1P {
	regulator-max-microvolt = <1200000>;
	qcom,min-dropout-voltage = <100000>;
};

&L2P {
	regulator-max-microvolt = <1056000>;
	qcom,min-dropout-voltage = <100000>;
};

&L3P {
	regulator-min-microvolt = <2800000>;
	regulator-max-microvolt = <2800000>;
};

&L4P {
	regulator-min-microvolt = <2800000>;
	regulator-max-microvolt = <2800000>;
};

&L5P {
	regulator-min-microvolt = <2800000>;
	regulator-max-microvolt = <2800000>;
};

&L6P {
	regulator-min-microvolt = <2800000>;
	regulator-max-microvolt = <2800000>;
};

&L7P {
	regulator-min-microvolt = <1800000>;
	regulator-max-microvolt = <1800000>;
};

&qupv3_se4_2uart {
	status = "ok";
};