mbox series

[v2,0/3] Add headphone detection for sound card

Message ID 1598255439-1193-1-git-send-email-shengjiu.wang@nxp.com
Headers show
Series Add headphone detection for sound card | expand

Message

Shengjiu Wang Aug. 24, 2020, 7:50 a.m. UTC
Add headphone detection for sound card
and add audio sound card node for imx6sll.

Shengjiu Wang (3):
  ARM: dts: imx6sx-sdb: Add headphone detection for sound card
  ARM: dts: imx6sl-evk: Add headphone detection for sound card
  ARM: dts: imx6sll-evk: Add audio sound card node

changes in v2
- add pinctrl_hp, don't add headphone detect GPIO in hog group

 arch/arm/boot/dts/imx6sl-evk.dts  |  9 ++++
 arch/arm/boot/dts/imx6sll-evk.dts | 73 +++++++++++++++++++++++++++++++
 arch/arm/boot/dts/imx6sx-sdb.dtsi |  9 ++++
 3 files changed, 91 insertions(+)

-- 
2.27.0

Comments

Fabio Estevam Aug. 24, 2020, 1:41 p.m. UTC | #1
Hi Wang,

On Mon, Aug 24, 2020 at 4:56 AM Shengjiu Wang <shengjiu.wang@nxp.com> wrote:
>

> Add headphone detection for sound card

> and add audio sound card node for imx6sll.

>

> Shengjiu Wang (3):

>   ARM: dts: imx6sx-sdb: Add headphone detection for sound card

>   ARM: dts: imx6sl-evk: Add headphone detection for sound card

>   ARM: dts: imx6sll-evk: Add audio sound card node

>

> changes in v2

> - add pinctrl_hp, don't add headphone detect GPIO in hog group


Series looks good now:

Reviewed-by: Fabio Estevam <festevam@gmail.com>
Shawn Guo Aug. 31, 2020, 2:30 a.m. UTC | #2
On Mon, Aug 24, 2020 at 03:50:36PM +0800, Shengjiu Wang wrote:
> Add headphone detection for sound card

> and add audio sound card node for imx6sll.

> 

> Shengjiu Wang (3):

>   ARM: dts: imx6sx-sdb: Add headphone detection for sound card

>   ARM: dts: imx6sl-evk: Add headphone detection for sound card

>   ARM: dts: imx6sll-evk: Add audio sound card node


Applied all, thanks.