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

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

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

parents 1f89c8aa bda00798
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
@@ -255,7 +255,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>;