summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2021-12-07 15:25:40 +0800
committerCommit Bot <commit-bot@chromium.org>2021-12-28 10:26:56 +0000
commit4405e6cdefadb54739ddb26598420a97bee525df (patch)
treec995492667644e6b39a9c1a1e6c2bfb9b7918aee
parent84010570390193c85e657f90ae10fe45cef8ea79 (diff)
downloadchrome-ec-4405e6cdefadb54739ddb26598420a97bee525df.tar.gz
zephyr: kingler: fix GPIO_EC_X_GPIO1 naming
The name was reversed. BUG=b:203739613 TEST=zmake testall BRANCH=none Change-Id: Ib29fa1845364c6566cc4d333908da4315b4ab3ca Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3319980 Tested-by: Eric Yilun Lin <yllin@google.com> Auto-Submit: Eric Yilun Lin <yllin@google.com> Reviewed-by: Rong Chang <rongchang@chromium.org> Commit-Queue: Eric Yilun Lin <yllin@google.com>
-rw-r--r--zephyr/projects/corsola/gpio_kingler.dts6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/projects/corsola/gpio_kingler.dts b/zephyr/projects/corsola/gpio_kingler.dts
index 2056f13f64..90a11b466a 100644
--- a/zephyr/projects/corsola/gpio_kingler.dts
+++ b/zephyr/projects/corsola/gpio_kingler.dts
@@ -198,10 +198,10 @@
label = "PG_PP5000_Z2_OD";
enum-name = "GPIO_PG_PP5000_Z2_OD";
};
- x_ec_gpio1 {
+ ec_x_gpio1 {
gpios = <&gpio6 2 GPIO_OUT_LOW>;
- label = "X_EC_GPIO1";
- enum-name = "GPIO_X_EC_GPIO1";
+ label = "EC_X_GPIO1";
+ enum-name = "GPIO_EC_X_GPIO1";
};
dp_aux_path_sel {
gpios = <&gpio6 3 GPIO_OUT_LOW>;