summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2022-05-31 14:38:07 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-31 19:47:31 +0000
commit74bde68fa512922cd05b4b19ea1e967d94ccf78b (patch)
tree2f388a69901c845f11578ab53d9fc2fa0ae74051
parent764049b86aba0235213727dfa796b390e0166c59 (diff)
downloadchrome-ec-74bde68fa512922cd05b4b19ea1e967d94ccf78b.tar.gz
anahera: Fix FAN acoustic while EC resetting
BUG=b:199246802 BRANCH=none TEST=Verify FAN acoustic is not loud while EC resetting. Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I9120c548a08863cebe8876c22487db0b709c1d64 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3676602 Reviewed-by: Boris Mittelberg <bmbm@google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com>
-rw-r--r--board/anahera/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/anahera/gpio.inc b/board/anahera/gpio.inc
index 6e27077daa..794e8750b4 100644
--- a/board/anahera/gpio.inc
+++ b/board/anahera/gpio.inc
@@ -59,7 +59,7 @@ GPIO(EC_PCH_RTCRST, PIN(7, 6), GPIO_OUT_LOW)
GPIO(EC_PCH_SYS_PWROK, PIN(3, 7), GPIO_OUT_LOW)
GPIO(EC_PCH_WAKE_R_ODL, PIN(C, 0), GPIO_ODR_HIGH)
GPIO(EC_PROCHOT_ODL, PIN(6, 3), GPIO_ODR_HIGH)
-GPIO(EN_PP5000_FAN, PIN(6, 1), GPIO_OUT_HIGH)
+GPIO(EN_PP5000_FAN, PIN(6, 1), GPIO_OUT_LOW)
GPIO(EN_PP5000_USBA_R, PIN(D, 7), GPIO_OUT_LOW)
GPIO(EN_S5_RAILS, PIN(B, 6), GPIO_OUT_LOW)
GPIO(IMVP9_VRRDY_OD, PIN(4, 3), GPIO_INPUT)