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

Commit 51685e46 authored by Lipsa Rout's avatar Lipsa Rout Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add pinctrl information for Yupik target

This change adds pinctrl information of reset and tear
check(TE) GPIO for Yupik target.

Change-Id: I3a77b931b3984073e494bc93b65b4b63db10fd0d
parent f033f415
Loading
Loading
Loading
Loading
+55 −0
Original line number Diff line number Diff line
@@ -2340,5 +2340,60 @@
				};
			};
		};
		pmx_sde: pmx_sde {
			sde_dsi_active: sde_dsi_active {
				mux {
					pins = "gpio44";
					function = "gpio";
				};

				config {
					pins = "gpio44";
					drive-strength = <8>;   /* 8 mA */
					bias-disable = <0>;     /* no pull */
				};
			};

			sde_dsi_suspend: sde_dsi_suspend {
				mux {
					pins = "gpio44";
					function = "gpio";
				};

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

		pmx_sde_te: pmx_sde_te {
			sde_te_active: sde_te_active {
				mux {
					pins = "gpio80";
					function = "mdp_vsync";
				};

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

			sde_te_suspend: sde_te_suspend {
				mux {
					pins = "gpio80";
					function = "mdp_vsync";
				};

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