summaryrefslogtreecommitdiff
path: root/board/cherry/gpio.inc
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2021-03-25 18:47:00 +0800
committerCommit Bot <commit-bot@chromium.org>2021-04-22 09:54:59 +0000
commita1d6eed22f8b364a9eed261eb6f165a7d22698af (patch)
treeabc2dec3430347fce6b0a6d0799f487ba4d53768 /board/cherry/gpio.inc
parent759032cb3cc5a4839aab8781bd818b273186b041 (diff)
downloadchrome-ec-a1d6eed22f8b364a9eed261eb6f165a7d22698af.tar.gz
cherry: add pwm keyboard backlight control
BUG=b:181838424 TEST=keyboard backlight works BRANCH=main Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I7fd20808c6e8e6a1e22c060bb14c145256201756 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2785511 Tested-by: Ting Shen <phoenixshen@chromium.org> Auto-Submit: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'board/cherry/gpio.inc')
-rw-r--r--board/cherry/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cherry/gpio.inc b/board/cherry/gpio.inc
index 17a9625a5a..05f9928e30 100644
--- a/board/cherry/gpio.inc
+++ b/board/cherry/gpio.inc
@@ -86,7 +86,7 @@ GPIO(EN_PP900_NVME_X, PIN(J, 5), GPIO_OUTPUT | GPIO_PULL_DOWN)
GPIO(PG_NVME_OD, PIN(H, 3), GPIO_INPUT)
/* Misc Signals */
-GPIO(EN_KB_BL, PIN(A, 5), GPIO_OUTPUT)
+GPIO(EN_KB_BL, PIN(A, 5), GPIO_OUT_LOW)
GPIO(EC_BATT_PRES_ODL, PIN(C, 0), GPIO_INPUT)
GPIO(EN_EC_ID_ODL, PIN(H, 5), GPIO_ODR_LOW)
GPIO(ENTERING_RW, PIN(C, 5), GPIO_OUT_LOW) /* EC_ENTERING_RW */