Re: [PATCH V2] ARM: dts: imx6q-logicpd: Enable Analog audio capture

2019-04-10 Thread Shawn Guo
On Tue, Apr 02, 2019 at 02:25:45PM -0500, Adam Ford wrote:
> The original submission had functional audio out and was based
> on reviewing other boards using the same wm8962 codec. However,
> the Logic PD board uses an analog microphone which was being
> disabled for a digital mic.  This patch corrects that and
> explicitly sets the gpio-cfg pins all to 0x which allows the
> analog microphone to capture audio.
> 
> Signed-off-by: Adam Ford 

Applied, thanks.


[PATCH V2] ARM: dts: imx6q-logicpd: Enable Analog audio capture

2019-04-02 Thread Adam Ford
The original submission had functional audio out and was based
on reviewing other boards using the same wm8962 codec. However,
the Logic PD board uses an analog microphone which was being
disabled for a digital mic.  This patch corrects that and
explicitly sets the gpio-cfg pins all to 0x which allows the
analog microphone to capture audio.

Signed-off-by: Adam Ford 
---
V2:  Remove 'fixes' note reference Shawn's request.

diff --git a/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi 
b/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi
index e31b6923cb72..db6b5b900826 100644
--- a/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi
+++ b/arch/arm/boot/dts/imx6-logicpd-baseboard.dtsi
@@ -248,9 +248,9 @@
gpio-cfg = <
0x /* 0:Default */
0x /* 1:Default */
-   0x0013 /* 2:FN_DMICCLK */
+   0x /* 2:FN_DMICCLK */
0x /* 3:Default */
-   0x8014 /* 4:FN_DMICCDAT */
+   0x /* 4:FN_DMICCDAT */
0x /* 5:Default */
>;
};
-- 
2.17.1