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

Commit 3d7b5354 authored by Banajit Goswami's avatar Banajit Goswami
Browse files

ARM: dts: msm: Use right GPIO line for Primary AUXPCM



GPIO 90 is used as data-out line for Primary AUXPCM port.
Modify AUXPCM definition to use the right GPIO line.

Change-Id: I6efd6a9e60da38e79e1ee54c718e5133ce1c7914
Signed-off-by: default avatarBanajit Goswami <bgoswami@codeaurora.org>
parent b16fa45c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1735,7 +1735,7 @@
		qcom,prim-auxpcm-gpio-clk  = <&msmgpio 87 0>;
		qcom,prim-auxpcm-gpio-sync = <&msmgpio 88 0>;
		qcom,prim-auxpcm-gpio-din  = <&msmgpio 89 0>;
		qcom,prim-auxpcm-gpio-dout = <&msmgpio 89 0>;
		qcom,prim-auxpcm-gpio-dout = <&msmgpio 90 0>;
		qcom,prim-auxpcm-gpio-set = "prim-gpio-prim";
		qcom,sec-auxpcm-gpio-clk  = <&msmgpio 82 0>;
		qcom,sec-auxpcm-gpio-sync = <&msmgpio 83 0>;