summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2013-01-15 09:42:31 -0800
committerChromeBot <chrome-bot@google.com>2013-01-18 10:56:27 -0800
commitf0cd8251cc72ae20bd46c103a9f91678c0d030f4 (patch)
treeafb93f3c0f8bb8db494fad5f8610ffb160193182
parent40ebfd40fcdffd514d978cc6e36a6f8de106739e (diff)
downloadchrome-ec-f0cd8251cc72ae20bd46c103a9f91678c0d030f4.tar.gz
spring: remove hardcoded TPSchrome FET settings
Activate the pass-through for TPSchrome LDOs settings and remove hard-coded values used for bring-up. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=none BUG=chrome-os-partner:14314 TEST=on Spring, with an updated bootloader, see the screen is still coming up. Change-Id: I7fe67640e66939b1a19074b54d81d64459a34f4a Signed-off-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/41296 Reviewed-by: Vic Yang <victoryang@chromium.org>
-rw-r--r--board/spring/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/spring/board.h b/board/spring/board.h
index bd9db98f69..dd2ef7bf99 100644
--- a/board/spring/board.h
+++ b/board/spring/board.h
@@ -30,8 +30,8 @@
/* DE-ACTIVATED: use STOP mode when we have nothing to do */
#undef CONFIG_LOW_POWER_IDLE
-/* always enable LCD power rails */
-#define CONFIG_PMU_FORCE_FET
+/* Smart battery and TPSchrome are on a private I2C bus behind the EC */
+#define CONFIG_I2C_PASSTHROUGH
#ifndef __ASSEMBLER__