Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-sabresd: Configure the gpio for hp detect

Configure the gpio for hp detect for wm8962 sound card

Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Shengjiu Wang and committed by
Shawn Guo
37f59290 86192097

+9
+9
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
··· 97 97 compatible = "fsl,imx6q-sabresd-wm8962", 98 98 "fsl,imx-audio-wm8962"; 99 99 model = "wm8962-audio"; 100 + pinctrl-names = "default"; 101 + pinctrl-0 = <&pinctrl_hp>; 100 102 ssi-controller = <&ssi2>; 101 103 audio-codec = <&codec>; 102 104 audio-asrc = <&asrc>; ··· 545 543 pinctrl_hdmi_cec: hdmicecgrp { 546 544 fsl,pins = < 547 545 MX6QDL_PAD_KEY_ROW2__HDMI_TX_CEC_LINE 0x1f8b0 546 + >; 547 + }; 548 + 549 + pinctrl_hp: hpgrp { 550 + fsl,pins = < 551 + MX6QDL_PAD_SD3_RST__GPIO7_IO08 0x1b0b0 552 + MX6QDL_PAD_GPIO_9__GPIO1_IO09 0x1b0b0 548 553 >; 549 554 }; 550 555