diff options
author | Chris Fries <C.Fries@motorola.com> | 2010-10-06 18:44:47 -0700 |
---|---|---|
committer | Iliyan Malchev <malchev@google.com> | 2010-10-06 18:44:47 -0700 |
commit | 0606142ca5db851c3fa98107158937609339159c (patch) | |
tree | 92717bbdf34589f333a2511c41caf5b9e8db2504 /arch/arm/mach-tegra/devices.c | |
parent | 5c4a97667fdf6705d6c9f9e4b42dd7deb4da6978 (diff) |
[ARM] tegra: correct device definition of second i2s controller
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.c')
-rw-r--r-- | arch/arm/mach-tegra/devices.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c index 0c90d2e2c52b..f132011e243f 100644 --- a/arch/arm/mach-tegra/devices.c +++ b/arch/arm/mach-tegra/devices.c @@ -468,8 +468,8 @@ static struct resource i2s_resource2[] = { .flags = IORESOURCE_IRQ }, [1] = { - .start = TEGRA_DMA_REQ_SEL_I2S_2, - .end = TEGRA_DMA_REQ_SEL_I2S_2, + .start = TEGRA_DMA_REQ_SEL_I2S2_1, + .end = TEGRA_DMA_REQ_SEL_I2S2_1, .flags = IORESOURCE_DMA }, [2] = { |