summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise.h
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2011-08-26 14:33:42 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:39 -0800
commitc061cd28f213261932977ae051a7cfe300776750 (patch)
treeb1a07c16e142dc7fe46c25d19586255ccdb660eb /arch/arm/mach-tegra/board-enterprise.h
parent2a980cf42de84889b490c590992a0863d713d633 (diff)
arm: tegra: entrprise: Enable battery charging for special SKU
Enable battery charging with special SKU. The board ID have the sku field and bit 0 of the sku should be 1 for enabling battery charging. bug 868483 Original-Change-Id: I028bcbfbc042184a7feecb66bfbf35d6c70cd355 Reviewed-on: http://git-master/r/49416 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Rebase-Id: Rbe63dbafc5fb6c2a29fb4c12bb3496a6e9d68d87
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise.h')
-rw-r--r--arch/arm/mach-tegra/board-enterprise.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise.h b/arch/arm/mach-tegra/board-enterprise.h
index 76e11f4150c5..a0f09ca69dbe 100644
--- a/arch/arm/mach-tegra/board-enterprise.h
+++ b/arch/arm/mach-tegra/board-enterprise.h
@@ -78,5 +78,7 @@ void __init enterprise_tsensor_init(void);
#define CAM_FLASH_MAX_FLASH_AMP 7
#define BOARD_1205 (0x0C05)
+#define BOARD_E1197 (0x0B61)
#define ENTERPRISE_FAB_A01 (0x01)
+#define SKU_BATTERY_SUPPORT 0x1
#endif