summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Mayo <jmayo@nvidia.com>2011-09-21 17:19:16 -0700
committerSimone Willett <swillett@nvidia.com>2011-09-22 10:54:31 -0700
commit4a3a8de8afe64c7ee497d228e5d0f1d86e9ed667 (patch)
tree99e21eb78b12cc6dfb813394a0c643645e75f79f
parent5e12c299999ecece0256297223261744e754b2ad (diff)
arm: tegra: cardhu: use 55hz only for old boards
SKU_TOUCHSCREEN_MECH_FIX needed an extra '0', it is used to control display refresh rates for some boards that are more sensitive to touch screen interference. Bug 878694 Bug 861062 Change-Id: I8d295b394878d101247cade8cf77a66912daa97b Reviewed-on: http://git-master/r/53898 Tested-by: Jon Mayo <jmayo@nvidia.com> Reviewed-by: Kevin Huang (Eng-SW) <kevinh@nvidia.com> Reviewed-by: Jon Mayo <jmayo@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-cardhu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu.h b/arch/arm/mach-tegra/board-cardhu.h
index 89c87d1e2e34..17b08adcb78d 100644
--- a/arch/arm/mach-tegra/board-cardhu.h
+++ b/arch/arm/mach-tegra/board-cardhu.h
@@ -44,7 +44,7 @@
#define SKU_DCDC_TPS62361_SUPPORT 0x1
#define SKU_SLT_ULPI_SUPPORT 0x2
#define SKU_T30S_SUPPORT 0x4
-#define SKU_TOUCHSCREEN_MECH_FIX 0x10
+#define SKU_TOUCHSCREEN_MECH_FIX 0x0100
#define SKU_MEMORY_TYPE_BIT 0x4
#define SKU_MEMORY_TYPE_MASK 0x3