summaryrefslogtreecommitdiff
path: root/board/drawcia/gpio.inc
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2020-07-08 09:19:01 +0800
committerCommit Bot <commit-bot@chromium.org>2020-07-08 05:32:08 +0000
commita7804062194394417181adfe76b767ca5b94115d (patch)
tree54f7f659fcdeb0470f237e37fe643fc7c41e64be /board/drawcia/gpio.inc
parentbf700a37fa98fd6ed690ca75a3361313e07320ec (diff)
downloadchrome-ec-a7804062194394417181adfe76b767ca5b94115d.tar.gz
drawcia: Configure EN_BL_OD as open drain
Apply CL:2278598 to drawcia. BUG=none BRANCH=none TEST=make buildall -j Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I726fe9595963a40f56d09cb390f46cc91debbf34 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2286429 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/drawcia/gpio.inc')
-rw-r--r--board/drawcia/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/drawcia/gpio.inc b/board/drawcia/gpio.inc
index b60f03638c..979b7d84b1 100644
--- a/board/drawcia/gpio.inc
+++ b/board/drawcia/gpio.inc
@@ -97,7 +97,7 @@ GPIO(EC_SUB_IO_2_1, PIN(F, 1), GPIO_INPUT)
GPIO(EC_SUB_IO_2_2, PIN(L, 2), GPIO_INPUT)
/* Misc */
-GPIO(EN_BL_OD, PIN(K, 4), GPIO_OUT_LOW)
+GPIO(EN_BL_OD, PIN(K, 4), GPIO_ODR_LOW)
GPIO(EC_ENTERING_RW, PIN(G, 0), GPIO_OUT_LOW)
GPIO(CCD_MODE_ODL, PIN(H, 5), GPIO_INPUT)
GPIO(EC_BATTERY_PRES_ODL, PIN(I, 4), GPIO_INPUT)