summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-08-07 04:29:43 +0800
committerChromeBot <chrome-bot@google.com>2013-08-06 15:55:47 -0700
commit45abaf22bff10f04992eff5eb37d343d9ff93ecd (patch)
treefd98e4b94e369ac534fe1c840740ac6e54f5a82b
parent91ce6a9e48b7dd51449d6548244965f0267c7a6f (diff)
downloadchrome-ec-stabilize-4512.B.tar.gz
Minor fixes for Kirby board.hstabilize-4512.B
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>
-rw-r--r--board/kirby/board.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/board/kirby/board.h b/board/kirby/board.h
index 6fa0d4d3a1..5b63b9ce82 100644
--- a/board/kirby/board.h
+++ b/board/kirby/board.h
@@ -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