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

Commit 661270ac 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: mdm: add external boost regulator for mdmfermium"

parents 132ffa83 46a4e834
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -76,6 +76,18 @@
	};
};

&pm8019_gpios {
	gpio@c300 { /* GPIO 4 */
		qcom,mode = <1>;		/* Digital output */
		qcom,output-type = <0>;		/* CMOS logic */
		qcom,invert = <0>;		/* Output high */
		qcom,vin-sel = <0>;		/* VPH_PWR */
		qcom,src-sel = <0>;		/* GPIO */
		qcom,out-strength = <1>;	/* Low drive strength */
		qcom,master-en = <1>;		/* Enable GPIO */
	};
};

&i2c_4 {
	/* SMB358 charger configuration */
	smb358_otg_vreg: smb358-charger@57 {
+12 −0
Original line number Diff line number Diff line
@@ -91,6 +91,18 @@
	status = "ok";
};

&pm8019_gpios {
	gpio@c300 { /* GPIO 4 */
		qcom,mode = <1>;		/* Digital output */
		qcom,output-type = <0>;		/* CMOS logic */
		qcom,invert = <0>;		/* Output high */
		qcom,vin-sel = <0>;		/* VPH_PWR */
		qcom,src-sel = <0>;		/* GPIO */
		qcom,out-strength = <1>;	/* Low drive strength */
		qcom,master-en = <1>;		/* Enable GPIO */
	};
};

&i2c_4 {
	/* SMB358 charger configuration */
	smb358_otg_vreg: smb358-charger@57 {
+8 −0
Original line number Diff line number Diff line
@@ -379,4 +379,12 @@
		enable-active-high;
		gpio = <&pm8019_gpios 3 0>;
	};

	sdcard_ext_vreg: sdcard_ext_vreg {
		compatible = "regulator-fixed";
		regulator-name = "sdcard_ext_vreg";
		startup-delay-us = <250>;
		enable-active-high;
		gpio = <&pm8019_gpios 4 0>;
	};
};