summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2022-03-10 16:42:11 +0800
committerCommit Bot <commit-bot@chromium.org>2022-03-15 06:20:02 +0000
commita8a5f3629ab19844b4d3093867c373a44d1cc27e (patch)
tree66c05b6dec1463531dd5981448662870a1e64371
parent3fceb32f74625fca5b589410fed37740ee2d0165 (diff)
downloadchrome-ec-a8a5f3629ab19844b4d3093867c373a44d1cc27e.tar.gz
krabby: set EN_EC_ID_ODL high by default
Same as CL:3515423 BUG=none TEST=`gpioget en_ec_id_odl` BRANCH=none Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I3953954cbbe43c275a6cf801a59c5e0533356e15 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3521084 Reviewed-by: Eric Yilun Lin <yllin@google.com> Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org>
-rw-r--r--zephyr/projects/corsola/gpio_krabby.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/corsola/gpio_krabby.dts b/zephyr/projects/corsola/gpio_krabby.dts
index b3becc792f..6de525d06e 100644
--- a/zephyr/projects/corsola/gpio_krabby.dts
+++ b/zephyr/projects/corsola/gpio_krabby.dts
@@ -121,7 +121,7 @@
enum-name = "GPIO_BATT_PRES_ODL";
};
en_ec_id_odl: en_ec_id_odl {
- gpios = <&gpioh 5 GPIO_ODR_LOW>;
+ gpios = <&gpioh 5 GPIO_ODR_HIGH>;
};
entering_rw: entering_rw {
gpios = <&gpioc 5 GPIO_OUT_LOW>;