mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-28 02:35:28 +00:00
Minor fixes for Kirby board.h
This includes: - Kirby doesn't use TPS65090. Removing TPS65090 config flag. - TIM3 is used by charging LED. Move timer to TIM2. BUG=chrome-os-partner:21607 TEST=Build kirby. BRANCH=None Change-Id: I226660cf53371e03730ca41d08f0da2ad5c8ebf7 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/64811 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Jeremy Thorpe <jeremyt@chromium.org>
This commit is contained in:
@@ -10,9 +10,6 @@
|
||||
|
||||
/* Optional features */
|
||||
#define CONFIG_BOARD_POST_GPIO_INIT
|
||||
#ifdef HAS_TASK_CHARGER
|
||||
#define CONFIG_CHARGER_TPS65090
|
||||
#endif
|
||||
#ifdef HAS_TASK_CHIPSET
|
||||
#define CONFIG_CHIPSET_GAIA
|
||||
#endif
|
||||
@@ -47,7 +44,7 @@
|
||||
#define I2C_PORTS_USED 1
|
||||
|
||||
/* Timer selection */
|
||||
#define TIM_CLOCK_MSB 3
|
||||
#define TIM_CLOCK_MSB 2
|
||||
#define TIM_CLOCK_LSB 9
|
||||
#define TIM_WATCHDOG 4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user