Skip to content

Commit 06fc9a3

Browse files
nvswarrenolofj
authored andcommitted
ARM: tegra: harmony: Set WM8903 gpio_base
This is the final patch to enable audio support on Harmony. It additionally relies on the latest ASoC branch being merged in, which provides the header defining the gpio_base field in the WM8903 platform data. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Olof Johansson <olof@lixom.net>
1 parent fba3b2f commit 06fc9a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-tegra/board-harmony.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ static struct wm8903_platform_data harmony_wm8903_pdata = {
102102
.irq_active_low = 0,
103103
.micdet_cfg = 0,
104104
.micdet_delay = 100,
105+
.gpio_base = HARMONY_GPIO_WM8903(0),
105106
.gpio_cfg = {
106107
WM8903_GPIO_NO_CONFIG,
107108
WM8903_GPIO_NO_CONFIG,

0 commit comments

Comments
 (0)