diff options
author | Stephen Warren <swarren@nvidia.com> | 2011-03-05 00:42:32 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-03-07 18:44:33 -0500 |
commit | 06fc9a30052b82d87da4a34a9c0bb3bf7338412c (patch) | |
tree | b89871ebb338f58eceec1eb5391d310613e4cd61 /arch | |
parent | fba3b2fc1b427696d004f5b22191620f90fe8412 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-tegra/board-harmony.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-harmony.c b/arch/arm/mach-tegra/board-harmony.c index 82c780345a9f..e7c2fead1e2f 100644 --- a/arch/arm/mach-tegra/board-harmony.c +++ b/arch/arm/mach-tegra/board-harmony.c | |||
@@ -102,6 +102,7 @@ static struct wm8903_platform_data harmony_wm8903_pdata = { | |||
102 | .irq_active_low = 0, | 102 | .irq_active_low = 0, |
103 | .micdet_cfg = 0, | 103 | .micdet_cfg = 0, |
104 | .micdet_delay = 100, | 104 | .micdet_delay = 100, |
105 | .gpio_base = HARMONY_GPIO_WM8903(0), | ||
105 | .gpio_cfg = { | 106 | .gpio_cfg = { |
106 | WM8903_GPIO_NO_CONFIG, | 107 | WM8903_GPIO_NO_CONFIG, |
107 | WM8903_GPIO_NO_CONFIG, | 108 | WM8903_GPIO_NO_CONFIG, |