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

Commit 1e84c238 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: msm: configure default value to boost gpio for msm8909"

parents 6a8a77bd 3c82fd8d
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -250,6 +250,17 @@
			};
		};

		vdd_spkdrv {
			qcom,pins = <&gp 4>;
			qcom,num-grp-pins = <1>;
			qcom,pin-func = <0>;
			label = "vdd_spkdrv";
			vdd_spkdrv_default: vdd_spkdrv_default {
				drive-strength = <8>;
				bias-pull-up;
			};
		};

		/* QDSD pin type */
		qdsd: qdsd {
			/* 0-> clk, 1 -> cmd, 2->data0, 3->data1, 4->data2, 5->data3 */
+2 −0
Original line number Diff line number Diff line
@@ -274,6 +274,8 @@
		regulator-name = "spk_vreg";
		startup-delay-us = <0>;
		enable-active-high;
		pinctrl-names = "default";
		pinctrl-0 = <&vdd_spkdrv_default>;
		gpio = <&msm_gpio 4 0>;
	};
};