summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2022-01-13 12:47:03 +0800
committerCommit Bot <commit-bot@chromium.org>2022-01-13 10:27:03 +0000
commitf426e7807d736c69b721ec0c0da21b9cfd38dd55 (patch)
treea9dcf9c210b7c42e8325257324ba1d01d2414cbb
parent471d53adf725b328fc08b682d7b1d13193c06502 (diff)
downloadchrome-ec-f426e7807d736c69b721ec0c0da21b9cfd38dd55.tar.gz
zephyr: kingler: add missing GPIO enum-name
This was missing in the previous GPIO dts config. BUG=b:203739613 TEST=zmake BRANCH=none Change-Id: I5bde321ebad973cd8d400cd17c6dfaa452efd262 Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3384123 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@google.com> Tested-by: Eric Yilun Lin <yllin@google.com> Auto-Submit: Eric Yilun Lin <yllin@google.com>
-rw-r--r--zephyr/projects/corsola/gpio_kingler.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/corsola/gpio_kingler.dts b/zephyr/projects/corsola/gpio_kingler.dts
index 82f3ff3b46..53d5e01110 100644
--- a/zephyr/projects/corsola/gpio_kingler.dts
+++ b/zephyr/projects/corsola/gpio_kingler.dts
@@ -107,6 +107,7 @@
};
usb_c0_bc12_int_odl {
gpios = <&gpio8 3 GPIO_INPUT>;
+ enum-name = "GPIO_USB_C0_BC12_INT_ODL";
};
ec_entering_rw {
gpios = <&gpio0 3 GPIO_OUT_LOW>;