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

Commit 94612adf authored by Rajeev Nandan's avatar Rajeev Nandan
Browse files

ARM: dts: msm: add pinctrl configuration for Holi target

Add display pinctrl configuration for Holi target.

Change-Id: Ie7a5b7b8b50163a5c1267effc90bb65a70d652cf
parent f32f6f32
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -383,5 +383,32 @@
			};
		};

		pmx_sde_te: pmx_sde_te {
			sde_te_active: sde_te_active {
				mux {
					pins = "gpio23";
					function = "MDP_VSYNC";
				};

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

			sde_te_suspend: sde_te_suspend {
				mux {
					pins = "gpio23";
					function = "MDP_VSYNC";
				};

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