summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNagesh Penumarty <vpenumarty@nvidia.com>2010-07-20 12:03:26 +0530
committerGary King <gking@nvidia.com>2010-07-20 09:40:44 -0700
commit4e235779f28c2665576ac14739d0c048a0e4cafd (patch)
tree4ac206e9846d252c80561c7589d1be9ac42b530a
parenteeea6ed7695e8ddc92b065cf1d32c2c7b48a36de (diff)
dsi: Configuring Normal mode for lcd_de pin
The POR value of the lcd_de pin is pull up. Becasue of default pull up of lcd_de pin, display controller is triggering the frame even when TE is not connected to the panel. So, configuring the lcd_de pin in Normal mode instead of default pullup. With this change, Android is display is seen on the dsi panel only when TE is connected to the panel, else there will not be any display. Tested on: Whistler, Android using dsi panel. Bug 703400 Change-Id: I0f934d703caedac1be2317bfe80568d3a74e21db Reviewed-on: http://git-master/r/4126 Tested-by: Venkata Nageswara Penumarty <vpenumarty@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/odm_kit/query/whistler/nvodm_query.c3
1 files changed, 3 insertions, 0 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 40fde297bec0..eeb6dd21a58a 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
@@ -1098,6 +1098,9 @@ const NvU8* NvOdmQueryProjectName(void)
{ NvOdmPinRegister_Ap20_PullUpDown_C,
NVODM_QUERY_PIN_AP20_PULLUPDOWN_C(0x1, 0x1, 0x1, 0x1, 0x2, 0x1, 0x2, 0x1, 0x2, 0x2, 0x2, 0x2, 0x2, 0x0, 0x0) },
+ { NvOdmPinRegister_Ap20_PullUpDown_D,
+ NVODM_QUERY_PIN_AP20_PULLUPDOWN_D(0x2, 0x2, 0x0, 0x2, 0x2, 0x2, 0x1, 0x1, 0x1, 0x1, 0x2, 0x0, 0x1, 0x0, 0x2, 0x2) },
+
// Pull ups for the kbc pins
{ NvOdmPinRegister_Ap20_PullUpDown_E,
NVODM_QUERY_PIN_AP20_PULLUPDOWN_E(0x2, 0x2, 0x0, 0x0, 0x0, 0x0, 0x2, 0x0, 0x0, 0x0, 0x2, 0x2, 0x2, 0x2, 0x2, 0x2) },