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

Commit 75fcbe20 authored by Rashi Bindra's avatar Rashi Bindra Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update mdss pinctrl for sdm450



Update the mdss pinctrl by overriding the gpio number (previously
assigned in msm8953-pincontrol) not required by sdm450.

Change-Id: I680036642df8087f3ee8c5f9f111e3f1ceb4455c
Signed-off-by: default avatarRashi Bindra <rbindra@codeaurora.org>
parent 8f3515e7
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";
			  };
		  };
	};
};