summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMisael Lopez Cruz <misael.lopez@ti.com>2012-05-29 14:48:22 -0500
committerAndy Green <andy.green@linaro.org>2012-06-22 10:06:04 +0800
commit863b31bd562ad51ba6ccc784246e98d9912c045b (patch)
treed392e0ce0bbf632665a9b69b1ae3add37d06355e /arch
parent1f4bfd405551f411b5d92eff4d751fd40e327814 (diff)
downloadpanda-863b31bd562ad51ba6ccc784246e98d9912c045b.tar.gz
OMAP5: omap5evm: Enable twl6040 earpiece output
Enable twl6040 earpiece output support for OMAP5 sEVM board. Change-Id: Id9ed1d24c699271ad48cdfd2b386392ef2a2dff5 Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/board-omap5evm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap5evm.c b/arch/arm/mach-omap2/board-omap5evm.c
index 7e35943d092..38d33e49b7b 100644
--- a/arch/arm/mach-omap2/board-omap5evm.c
+++ b/arch/arm/mach-omap2/board-omap5evm.c
@@ -816,6 +816,8 @@ static struct omap_abe_twl6040_data omap5evm_abe_audio_data = {
.has_hs = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
/* HandsFree through expasion connector */
.has_hf = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
+ /* Earpiece */
+ .has_ep = 1,
/* PandaBoard: FM TX, PandaBoardES: can be connected to audio out */
.has_aux = ABE_TWL6040_LEFT | ABE_TWL6040_RIGHT,
/* PandaBoard: FM RX, PandaBoardES: audio in */