summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKapil Hali <khali@nvidia.com>2010-06-14 20:49:15 +0530
committerJanne Hellsten <jhellsten@nvidia.com>2010-06-16 05:35:40 -0700
commitd04dbece1147fbd7d8ce8ef773edcaf6b97c69f1 (patch)
treec56eb46d4d9bbae2d65d012cb23d4dacae26f2d4
parent11db42d56fd76dbcc5028bdda122791870517f45 (diff)
tegra nvodm sdio: tap delay for WLAN SDIO
Setting the sdio pad strength to optimal value('0xC') Bug ID: 687140 Change-Id: I1ddf930f7030baa60dba0267a4cc93b35beb3689 Reviewed-on: http://git-master/r/2738 Tested-by: Kapil Hali <khali@nvidia.com> Reviewed-by: Rahul Bansal <rbansal@nvidia.com> Reviewed-by: Anantha Idapalapati <aidapalapati@nvidia.com> Tested-by: Anantha Idapalapati <aidapalapati@nvidia.com> Reviewed-by: Janne Hellsten <jhellsten@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c b/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c
index 83d27302dfd7..715ae3e6b776 100644
--- a/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c
+++ b/arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c
@@ -82,7 +82,7 @@ s_NvOdmQueryDownloadTransportSetting = NvOdmDownloadTransport_None;
static NvOdmQuerySdioInterfaceProperty s_NvOdmQuerySdioInterfaceProperty_Whistler[4] =
{
{ NV_FALSE, 10, NV_FALSE, 0x6, NvOdmQuerySdioSlotUsage_unused },
- { NV_TRUE, 10, NV_TRUE, 0xF, NvOdmQuerySdioSlotUsage_wlan },
+ { NV_TRUE, 10, NV_TRUE, 0xC, NvOdmQuerySdioSlotUsage_wlan },
{ NV_FALSE, 10, NV_FALSE, 0x4, NvOdmQuerySdioSlotUsage_Media },
{ NV_TRUE, 10, NV_TRUE, 0x6, NvOdmQuerySdioSlotUsage_Boot },
};