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

Commit 3e93d321 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Update mdss pinctrl for sdm450"

parents e9a1f051 75fcbe20
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
@@ -372,3 +372,24 @@
		};
	};
};

&tlmm {
	pmx_mdss {
		mdss_dsi_active: mdss_dsi_active {
			 mux {
				 pins = "gpio61";
			 };
			 config {
				 pins = "gpio61";
			 };
		 };
		mdss_dsi_suspend: mdss_dsi_suspend {
			  mux {
				  pins = "gpio61";
			  };
			  config {
				  pins = "gpio61";
			  };
		  };
	};
};