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

Commit c7edcfcd authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Remap the sdxpoorwills err fatal gpio



The GPIO for the modem error fatal line is changed from
24 to 20, as per the new configuration. Hence, remapping the
corresponding GPIO to the appropriate pin.

Change-Id: Icd31f0c23d4964f4c22ea0f2c8f9650839c078f9
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 0e6e8a2a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,9 +15,9 @@
	pinctrl-0 = <&ap2mdm_pon_reset_default>;
	pinctrl-1 = <&ap2mdm_active &mdm2ap_active>;
	pinctrl-2 = <&ap2mdm_sleep &mdm2ap_sleep>;
	interrupt-map = <0 &tlmm 24 0x3
	interrupt-map = <0 &tlmm 20 0x3
			1 &tlmm 21 0x3>;
	qcom,mdm2ap-errfatal-gpio = <&tlmm 24 0x00>;
	qcom,mdm2ap-errfatal-gpio = <&tlmm 20 0x00>;
	qcom,ap2mdm-errfatal-gpio = <&tlmm 23 0x00>;
	qcom,mdm2ap-status-gpio   = <&tlmm 22 0x00>;
	qcom,ap2mdm-status-gpio   = <&tlmm 21 0x00>;