summaryrefslogtreecommitdiff
path: root/board/kunimitsu/board.c
diff options
context:
space:
mode:
authorVijay Hiremath <vijay.p.hiremath@intel.com>2015-08-31 17:45:52 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-09-04 23:02:12 -0700
commite5e8f84d412dc97d9e33b12fef61b6657627f772 (patch)
tree58874f83654d99fac033a2d4ef45b157a56bedd7 /board/kunimitsu/board.c
parent46493e49aa52af3d8d948dc1a75df3823b83541d (diff)
downloadchrome-ec-e5e8f84d412dc97d9e33b12fef61b6657627f772.tar.gz
Kunimitsu: Enable support for limiting the inrush current
Enable the support for limiting the inrush current by routing the PCH_SLP_SUS through EC gpio PMIC_SLP_SUS which allows the DUT to boot on charger without the battery / dead battery. This is applicable to Kunimitsu FAB4 only. Enabling the Glados patch for Kunimitsu FAB4. Change-Id: I55de857f7006777640f7853b7bde98ba97e8bd13 Reviewed-on: https://chromium-review.googlesource.com/287378 BUG=chrome-os-partner:44706 TEST=FAB4 prototype boots to UI without battery / dead battery. BRANCH=none Change-Id: Ie81cdf3c59fc02d6d59dd06ca321705ca06e7b88 Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/296521 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/kunimitsu/board.c')
-rw-r--r--board/kunimitsu/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/kunimitsu/board.c b/board/kunimitsu/board.c
index f14686a114..5b825445ef 100644
--- a/board/kunimitsu/board.c
+++ b/board/kunimitsu/board.c
@@ -419,7 +419,7 @@ static void board_chipset_startup(void)
{
gpio_set_level(GPIO_ENABLE_TOUCHPAD, 1);
}
-DECLARE_HOOK(HOOK_CHIPSET_SHUTDOWN, board_chipset_startup,
+DECLARE_HOOK(HOOK_CHIPSET_STARTUP, board_chipset_startup,
HOOK_PRIO_DEFAULT);
/* Disable touchpad on chipset shutdown as it is no longer useful */