From f0cd8251cc72ae20bd46c103a9f91678c0d030f4 Mon Sep 17 00:00:00 2001 From: Vincent Palatin Date: Tue, 15 Jan 2013 09:42:31 -0800 Subject: 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 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 Reviewed-on: https://gerrit.chromium.org/gerrit/41296 Reviewed-by: Vic Yang --- board/spring/board.h | 4 ++-- 1 file 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__ -- cgit v1.2.1