summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/devices.c')
-rw-r--r--arch/arm/mach-tegra/devices.c11
1 files changed, 3 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c
index 8df74f5db407..76daaa67d066 100644
--- a/arch/arm/mach-tegra/devices.c
+++ b/arch/arm/mach-tegra/devices.c
@@ -790,19 +790,14 @@ static struct resource spdif_resource[] = {
};
#else
-static struct resource audio_resource[] = {
- [0] = {
- .start = TEGRA_AUDIO_CLUSTER_BASE,
- .end = TEGRA_AUDIO_CLUSTER_BASE + TEGRA_AUDIO_CLUSTER_SIZE - 1,
- .flags = IORESOURCE_MEM
- }
+struct platform_device tegra_i2s_device0 = {
+ .name = "i2s",
+ .id = 0,
};
struct platform_device tegra_audio_device = {
.name = "audio",
.id = 1,
- .resource = audio_resource,
- .num_resources = ARRAY_SIZE(audio_resource),
};
/* FIXME : Temporarly adding - find the right solution */