summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.c
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2011-10-04 17:32:36 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:20 -0800
commitc9ab6342735b5c1ff885e5019231d0a442372544 (patch)
treea8e4a068651cd9e13980bbc1607d9e99dd882fbc /arch/arm/mach-tegra/devices.c
parente186d3474d9bc1bbc6ca17e0769da69cbead6559 (diff)
arm: tegra: Remove T30 SPDIF DMA resource info
Bug 872652 Change-Id: Iaea76918169f3270f865122f824f60678c419b50 Signed-off-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-on: http://git-master/r/55970 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R70b9408e1c66c97a63a9408dda43aacd369c3178
Diffstat (limited to 'arch/arm/mach-tegra/devices.c')
-rw-r--r--arch/arm/mach-tegra/devices.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c
index 2776e25754cc..1b0332bfe114 100644
--- a/arch/arm/mach-tegra/devices.c
+++ b/arch/arm/mach-tegra/devices.c
@@ -1000,15 +1000,8 @@ struct platform_device tegra_spdif_device = {
.num_resources = ARRAY_SIZE(spdif_resource),
};
#else
-/* FIXME : Temporarly adding - find the right solution */
-
static struct resource spdif_resource[] = {
[0] = {
- .start = TEGRA_DMA_REQ_SEL_APBIF_CH3,
- .end = TEGRA_DMA_REQ_SEL_APBIF_CH3,
- .flags = IORESOURCE_DMA
- },
- [1] = {
.start = TEGRA_SPDIF_BASE,
.end = TEGRA_SPDIF_BASE + TEGRA_SPDIF_SIZE - 1,
.flags = IORESOURCE_MEM