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

Commit 2d684bc4 authored by Arun KS's avatar Arun KS
Browse files

ARM: dts: msm: Align with the gpio name change in driver



Align gpio dt property with the sdx_ipc_ext.c driver changes.

Change-Id: I0c33dc0fc7c6a9a5d6a7cad300a0a0d6585aa8e7
Signed-off-by: default avatarArun KS <arunks@codeaurora.org>
parent da326c74
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -75,8 +75,8 @@

&sdx_ext_ipc {
		compatible = "qcom,sa515m-ccard";
		qcom,ap2mdm-status-gpio = <&tlmm 76 0x00>;
		qcom,mdm2ap-status-gpio = <&tlmm 33 0x00>;
		qcom,mdm2ap-status2-gpio = <&tlmm 31 0x00>;
		qcom,status-in-gpio = <&tlmm 76 0x00>;
		qcom,status-out-gpio = <&tlmm 33 0x00>;
		qcom,status-out2-gpio = <&tlmm 31 0x00>;
		status = "okay";
};
+3 −3
Original line number Diff line number Diff line
@@ -1593,9 +1593,9 @@

	sdx_ext_ipc: qcom,sdx_ext_ipc {
		compatible = "qcom,sdx-ext-ipc";
		qcom,ap2mdm-status-gpio = <&tlmm 64 0x00>;
		qcom,mdm2ap-status-gpio = <&tlmm 63 0x00>;
		qcom,mdm2ap-status2-gpio = <&tlmm 66 0x00>;
		qcom,status-in-gpio = <&tlmm 64 0x00>;
		qcom,status-out-gpio = <&tlmm 63 0x00>;
		qcom,status-out2-gpio = <&tlmm 66 0x00>;
		status = "disabled";
	};
};