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

Commit e0546c3b authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add fixed regulators for select sdxlemur boards"

parents 33640366 1615203f
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
@@ -2,7 +2,37 @@
#include "sdxlemur-mtp-audio-overlay.dtsi"

&soc {
	ntn3_vreg: ntn3_vreg {
		compatible = "regulator-fixed";
		regulator-name = "ntn3_vreg";
		gpio = <&tlmm 107 GPIO_ACTIVE_HIGH>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
		regulator-enable-ramp-delay = <4300>;
	};

	qca_vreg: qca_vreg {
		compatible = "regulator-fixed";
		regulator-name = "qca_vreg";
		gpio = <&tlmm 106 GPIO_ACTIVE_HIGH>;
		vin-supply = <&ntn3_vreg>;
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		enable-active-high;
		regulator-enable-ramp-delay = <200000>;
	};

	aqr_vreg: aqr_vreg {
		compatible = "regulator-fixed";
		regulator-name = "aqr_vreg";
		gpio = <&tlmm 105 GPIO_ACTIVE_HIGH>;
		vin-supply = <&qca_vreg>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
		regulator-enable-ramp-delay = <2400>;
	};
};

&pcie0 {
+20 −0
Original line number Diff line number Diff line
#include "sdxlemur-mtp-mbb.dtsi"

&soc {
	ntn3_vreg: ntn3_vreg {
		compatible = "regulator-fixed";
		regulator-name = "ntn3_vreg";
		gpio = <&tlmm 107 GPIO_ACTIVE_HIGH>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
		regulator-enable-ramp-delay = <4300>;
	};

	aqr_vreg: aqr_vreg {
		compatible = "regulator-fixed";
		regulator-name = "aqr_vreg";
		gpio = <&tlmm 105 GPIO_ACTIVE_HIGH>;
		vin-supply = <&ntn3_vreg>;
		regulator-min-microvolt = <1000000>;
		regulator-max-microvolt = <1000000>;
		enable-active-high;
		regulator-enable-ramp-delay = <2400>;
	};

};