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

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

Merge "ARM: dts: msm: fix DSI reset gpio pincntrl"

parents 648d522e c99983cd
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1734,12 +1734,12 @@
	pmx_sde: pmx_sde {
		sde_dsi_active: sde_dsi_active {
			mux {
				pins = "gpio25";
				pins = "gpio24";
				function = "gpio";
			};

			config {
				pins = "gpio25";
				pins = "gpio24";
				drive-strength = <8>;   /* 8 mA */
				bias-disable = <0>;   /* no pull */
			};
@@ -1747,12 +1747,12 @@

		sde_dsi_suspend: sde_dsi_suspend {
			mux {
				pins = "gpio25";
				pins = "gpio24";
				function = "gpio";
			};

			config {
				pins = "gpio25";
				pins = "gpio24";
				drive-strength = <2>;   /* 2 mA */
				bias-pull-down;         /* PULL DOWN */
			};