summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ul-9x9-evk.dts
diff options
context:
space:
mode:
authorShengjiu Wang <shengjiu.wang@freescale.com>2017-01-11 15:48:46 +0800
committerLeonard Crestez <leonard.crestez@nxp.com>2018-08-24 12:41:33 +0300
commit3e0a543c6e50dade5015a82407f5f7daaa7ff289 (patch)
tree6b2efba67f574eaa14c5d0eefc39b7c94381d46b /arch/arm/boot/dts/imx6ul-9x9-evk.dts
parentc4999014a9fb81543512ba29857d4d80b06ed4b2 (diff)
MLK-13724: ARM: dts: fix audio error log in kernel boot up
Below error happen when boot up imx6ul/imx6ull 9x9 board. which is caused by that dts is not updated in commit 0a4c5844f91de8 ("MLK-12059 ARM: dts: imx6ul-14x14-evk: add mic detect gpio to support headset Jack") [ 1.871240] imx-wm8960 sound: ASoC: Failed to add route HP_L -> direct -> Headset Jack [ 1.884002] imx-wm8960 sound: ASoC: Failed to add route HP_R -> direct -> Headset Jack [ 1.896532] imx-wm8960 sound: ASoC: Failed to add route Hp MIC -> direct -> LINPUT2 [ 1.909936] imx-wm8960 sound: ASoC: Failed to add route Hp MIC -> direct -> LINPUT3 [ 1.923511] imx-wm8960 sound: ASoC: Failed to add route MICB -> direct -> Hp MIC Signed-off-by: Shengjiu Wang <shengjiu.wang@freescale.com> Reviewed-by: Daniel Baluta <daniel.baluta@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ul-9x9-evk.dts')
-rw-r--r--arch/arm/boot/dts/imx6ul-9x9-evk.dts11
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/imx6ul-9x9-evk.dts b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
index 8fefe994d7fb..874a3f848429 100644
--- a/arch/arm/boot/dts/imx6ul-9x9-evk.dts
+++ b/arch/arm/boot/dts/imx6ul-9x9-evk.dts
@@ -102,18 +102,19 @@
*/
hp-det = <3 0>;
hp-det-gpios = <&gpio5 4 0>;
+ mic-det-gpios = <&gpio5 4 0>;
audio-routing =
- "Headset Jack", "HP_L",
- "Headset Jack", "HP_R",
+ "Headphone Jack", "HP_L",
+ "Headphone Jack", "HP_R",
"Ext Spk", "SPK_LP",
"Ext Spk", "SPK_LN",
"Ext Spk", "SPK_RP",
"Ext Spk", "SPK_RN",
- "LINPUT2", "Hp MIC",
- "LINPUT3", "Hp MIC",
+ "LINPUT2", "Mic Jack",
+ "LINPUT3", "Mic Jack",
"RINPUT1", "Main MIC",
"RINPUT2", "Main MIC",
- "Hp MIC", "MICB",
+ "Mic Jack", "MICB",
"Main MIC", "MICB",
"CPU-Playback", "ASRC-Playback",
"Playback", "CPU-Playback",