summaryrefslogtreecommitdiff
path: root/zephyr/projects/trogdor/lazor/gpio.dts
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2021-06-11 13:23:23 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-11 23:16:51 +0000
commit01f8b5fc152da71e7bf8ae56981aef0c78188e1f (patch)
tree97f4e810dff9543396b725e552f60328f37884c7 /zephyr/projects/trogdor/lazor/gpio.dts
parent5dc635ecc03c33ac7deee780ba45aa2581f8c88d (diff)
downloadchrome-ec-01f8b5fc152da71e7bf8ae56981aef0c78188e1f.tar.gz
zephyr: add GPIO VBOB_EN enum name
Some code in EC OS will use this GPIO, i.e. CL:2943986. Make the Zephyr CQ pass. BRANCH=None BUG=b:190250108 TEST=Build the Zephyr image. Change-Id: Ib98c09916a2c7860653689a4c4d0d66bd4f64fdf Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2957073 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/projects/trogdor/lazor/gpio.dts')
-rw-r--r--zephyr/projects/trogdor/lazor/gpio.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/projects/trogdor/lazor/gpio.dts b/zephyr/projects/trogdor/lazor/gpio.dts
index f851f326cc..ff71cea8b6 100644
--- a/zephyr/projects/trogdor/lazor/gpio.dts
+++ b/zephyr/projects/trogdor/lazor/gpio.dts
@@ -183,6 +183,7 @@
};
vbob_en {
gpios = <&gpiod 3 GPIO_OUT_LOW>;
+ enum-name = "GPIO_VBOB_EN";
label = "VBOB_EN";
};
en_pp3300_a {