From 65fcc29f189d5f8b3323ad3cb085dea2fa188991 Mon Sep 17 00:00:00 2001 From: Wai-Hong Tam Date: Thu, 29 Oct 2020 16:14:21 -0700 Subject: Trogdor: Define the NC strap and output it low Define the NC strap and output it low for power saving. BRANCH=None BUG=b:169595541 TEST=Built the images and booted fine. Change-Id: Ic2f1a098218403c3bff534b921b385ba893a83cf Signed-off-by: Wai-Hong Tam Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2508863 Reviewed-by: Stephen Boyd --- board/pompom/gpio.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'board/pompom/gpio.inc') diff --git a/board/pompom/gpio.inc b/board/pompom/gpio.inc index eeb36dc66d..4608810c40 100644 --- a/board/pompom/gpio.inc +++ b/board/pompom/gpio.inc @@ -125,6 +125,9 @@ GPIO(SKU_ID2, PIN(D, 4), GPIO_INPUT) */ GPIO(DA9313_GPIO0, PIN(E, 2), GPIO_INPUT | GPIO_PULL_DOWN) /* Switchcap GPIO0 */ +/* Special straps */ +GPIO(ARM_X86, PIN(6, 6), GPIO_OUT_LOW) /* NC, low for power saving */ + /* Unused GPIOs, NC. */ UNUSED(PIN(5, 1)) UNUSED(PIN(D, 0)) -- cgit v1.2.1