summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/devices.c
diff options
context:
space:
mode:
authorHiroshi Doyu <hdoyu@nvidia.com>2013-09-25 20:52:13 +0300
committerAjay Nandakumar <anandakumarm@nvidia.com>2013-10-01 16:29:51 +0530
commit7e35056354ef450f5bd248a4662f56c223e50142 (patch)
tree9e4490c5592f982881e6c284055ec961ec1bba83 /arch/arm/mach-tegra/devices.c
parent0219a529bc96da163bacf5f94822094cfd8d9b3e (diff)
Revert "ARM: tegra: t124: Disable smmu for sdmmc"
This reverts commit 7cf79307649e150d59163cc3d0c8efa173ed3c77. No point to disable IOMMU for SDMMC. Bug 1374895 Change-Id: I07338c6c7975c5a055092ddfd2bf53762fed712b Signed-off-by: Hiroshi Doyu <hdoyu@nvidia.com> Reviewed-on: http://git-master/r/278981 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Krishna Reddy <vdumpa@nvidia.com> (cherry picked from commit 181221542ed96bbb882b1e91247a8cd6d04436ca) Signed-off-by: Ajay Nandakumar <anandakumarm@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/devices.c')
-rw-r--r--arch/arm/mach-tegra/devices.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/devices.c b/arch/arm/mach-tegra/devices.c
index 96c72557e145..218137980c27 100644
--- a/arch/arm/mach-tegra/devices.c
+++ b/arch/arm/mach-tegra/devices.c
@@ -2195,6 +2195,10 @@ struct swgid_fixup tegra_swgid_fixup_t124[] = {
{ .name = "mpe", .swgids = SWGID(MPE), },
{ .name = "tegra-aes", .swgids = SWGID(VDE), },
{ .name = "nvavp", .swgids = SWGID(AVPC) | SWGID(A9AVP), },
+ { .name = "sdhci-tegra.0", .swgids = SWGID(SDMMC1A), },
+ { .name = "sdhci-tegra.1", .swgids = SWGID(SDMMC2A), },
+ { .name = "sdhci-tegra.2", .swgids = SWGID(SDMMC3A), },
+ { .name = "sdhci-tegra.3", .swgids = SWGID(SDMMC4A), },
{ .name = "serial8250", .swgids = SWGID(PPCS) | SWGID(PPCS1) |
SWGID(PPCS2), },
{ .name = "serial-tegra", .swgids = SWGID(PPCS) | SWGID(PPCS1) |