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

Commit cc21fcb2 authored by Sandeep Panda's avatar Sandeep Panda
Browse files

ARM: dts: msm: add pinctrl support for mdss on msmtitanium



Add pinctrl support for MDSS driver on msmtitanium platform.

Change-Id: Ida9379aab84e1fe75dc894bd57b3d96ac0bd0ac1
Signed-off-by: default avatarSandeep Panda <spanda@codeaurora.org>
parent f236e2c0
Loading
Loading
Loading
Loading
+55 −0
Original line number Diff line number Diff line
@@ -50,6 +50,61 @@

		};

		pmx_mdss: pmx_mdss {
			mdss_dsi_active: mdss_dsi_active {
				mux {
					pins = "gpio61", "gpio59", "gpio12";
					function = "gpio";
				};

				config {
					pins = "gpio61", "gpio59", "gpio12";
					drive-strength = <8>; /* 8 mA */
					bias-disable = <0>; /* no pull */
					output-high;
				};
			};

			mdss_dsi_suspend: mdss_dsi_suspend {
				mux {
					pins = "gpio61", "gpio59", "gpio12";
					function = "gpio";
				};

				config {
					pins = "gpio61", "gpio59", "gpio12";
					drive-strength = <2>; /* 2 mA */
					bias-pull-down; /* pull down */
				};
			};
		};

		pmx_mdss_te {
			mdss_te_active: mdss_te_active {
				mux {
					pins = "gpio24";
					function = "mdp_vsync";
				};
				config {
					pins = "gpio24";
					drive-strength = <2>; /* 8 mA */
					bias-pull-down; /* pull down*/
				};
			};

			mdss_te_suspend: mdss_te_suspend {
				mux {
					pins = "gpio24";
					function = "mdp_vsync";
				};
				config {
					pins = "gpio24";
					drive-strength = <2>; /* 2 mA */
					bias-pull-down; /* pull down */
				};
			};
		};

		hsuart_active: default {
			mux {
				pins = "gpio12", "gpio13", "gpio14", "gpio15";