Re: [PATCH v2 2/3] ASoC: tlv320adcx140: Add support for configuring GPIO pin

2020-09-15 Thread Dan Murphy
Camel On 9/15/20 1:41 PM, Dan Murphy wrote: Camel On 9/11/20 3:07 AM, Camel Guo wrote: From: Camel Guo One other thing for the device tree you need to add Rob Herring and devicet...@vger.kernel.org

Re: [PATCH v2 2/3] ASoC: tlv320adcx140: Add support for configuring GPIO pin

2020-09-15 Thread Dan Murphy
Camel On 9/11/20 3:07 AM, Camel Guo wrote: From: Camel Guo Add support to configure the GPIO pin to the specific configuration. The GPIO pin can be configured as GPO, IRQ, SDOUT2, PDMCLK, MICBASE_EN, GPI, MCLK, SDIN, PDMDIN1, PDMDIN2, PDMDIN3 or PDMDIN4 and the output drive can be configured w

[PATCH v2 2/3] ASoC: tlv320adcx140: Add support for configuring GPIO pin

2020-09-11 Thread Camel Guo
From: Camel Guo Add support to configure the GPIO pin to the specific configuration. The GPIO pin can be configured as GPO, IRQ, SDOUT2, PDMCLK, MICBASE_EN, GPI, MCLK, SDIN, PDMDIN1, PDMDIN2, PDMDIN3 or PDMDIN4 and the output drive can be configured with various configuration. Signed-off-by: Cam