summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-An Chen <yu-an.chen@quanta.corp-partner.google.com>2022-06-07 13:53:53 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-07 17:37:03 +0000
commit8e41b1691e8e600bcdc2986bf55d6539a88b19a7 (patch)
treead0ff6ac44de9514ee881c35e7d83b18d6d78a33
parent669aa4a89da0ba73056710f3963bdcd8188d9870 (diff)
downloadchrome-ec-8e41b1691e8e600bcdc2986bf55d6539a88b19a7.tar.gz
osiris: Update KYBL_EN output type
Set KYBL_EN(GPIOA7) to GPIO_OUT_LOW from GPIO_ODR_LOW. BUG=b:233323599 BRANCH=none TEST=build pass Signed-off-by: Yu-An Chen <yu-an.chen@quanta.corp-partner.google.com> Change-Id: I1964a76984d417dfe9c3db5a0374edb243cdc039 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3692486 Commit-Queue: Parth Malkan <parthmalkan@google.com> Reviewed-by: Parth Malkan <parthmalkan@google.com>
-rw-r--r--board/osiris/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/osiris/gpio.inc b/board/osiris/gpio.inc
index c34ac9d44c..a46ddad80d 100644
--- a/board/osiris/gpio.inc
+++ b/board/osiris/gpio.inc
@@ -74,7 +74,7 @@ GPIO(USB_C1_RT_RST_R_ODL, PIN(0, 2), GPIO_ODR_LOW)
GPIO(VCCST_PWRGD_OD, PIN(A, 4), GPIO_ODR_LOW)
GPIO(LED_1_L, PIN(C, 4), GPIO_OUT_HIGH)
GPIO(LED_2_L, PIN(C, 3), GPIO_OUT_HIGH)
-GPIO(KYBL_EN, PIN(A, 7), GPIO_ODR_LOW)
+GPIO(KYBL_EN, PIN(A, 7), GPIO_OUT_LOW)
GPIO(AMP_PWR_EN, PIN(5, 7), GPIO_ODR_LOW)
/* UART alternate functions */