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

Commit bda00798 authored by Vishnuvardhan Prodduturi's avatar Vishnuvardhan Prodduturi
Browse files

ARM: dts: msm: Add pinctrl support display reset gpio on sdmmagpie



Display reset pin is sourced from PMIC on sdmmagpie. This change
add pinctrl support to configure pins in correct state.

Change-Id: I353262152ca5366eb66d5ab0b8c9f32ae4f8e6f3
Signed-off-by: default avatarVishnuvardhan Prodduturi <vproddut@codeaurora.org>
parent 275774e0
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -1599,3 +1599,16 @@
		};
	};
};

&pm6150l_gpios {
	disp_pins {
		disp_pins_default: disp_pins_default{
			pins = "gpio9";
			function = "func1";
			qcom,drive-strength = <2>;
			power-source = <1>;
			bias-disable;
			output-low;
		};
	};
};
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@
				"src_byte_clk1", "src_pixel_clk1";

		pinctrl-names = "panel_active", "panel_suspend";
		pinctrl-0 = <&sde_te_active>;
		pinctrl-0 = <&sde_te_active &disp_pins_default>;
		pinctrl-1 = <&sde_te_suspend>;

		qcom,platform-te-gpio = <&tlmm 10 0>;