summaryrefslogtreecommitdiff
path: root/zephyr/dts/bindings/retimer/intel,jhl8040r.yaml
diff options
context:
space:
mode:
authorFabio Baltieri <fabiobaltieri@google.com>2021-01-19 13:39:17 +0000
committerCommit Bot <commit-bot@chromium.org>2021-01-20 00:52:23 +0000
commit6980d49dbf1468b98c997f7ed0389078fcc08569 (patch)
tree661ed73d963ca2586a60a3938af52d5bd321056a /zephyr/dts/bindings/retimer/intel,jhl8040r.yaml
parent2f6508af6696eaa1284e32ad9347b7f88c9ac111 (diff)
downloadchrome-ec-6980d49dbf1468b98c997f7ed0389078fcc08569.tar.gz
volteer: jhl8040r: define and bind reset and ls-en gpios
Add a reset and ls-en gpios property to the jhl8040r binding, and instantiate them to the corresponding pins currently used in gpio_map.h. Named pin has to get an explicit label and #gpio-cells to keep the devicetree compiler happy. BUG=b:176505554 TEST=build and check generated files BRANCH=none Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com> Change-Id: I06c7a9576fc33c2fb804f93170c6f64b58e7201b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2637644 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/dts/bindings/retimer/intel,jhl8040r.yaml')
-rw-r--r--zephyr/dts/bindings/retimer/intel,jhl8040r.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/zephyr/dts/bindings/retimer/intel,jhl8040r.yaml b/zephyr/dts/bindings/retimer/intel,jhl8040r.yaml
index d6391e5667..6b39833048 100644
--- a/zephyr/dts/bindings/retimer/intel,jhl8040r.yaml
+++ b/zephyr/dts/bindings/retimer/intel,jhl8040r.yaml
@@ -9,6 +9,14 @@ compatible: "intel,jhl8040r"
include: i2c-device.yaml
properties:
+ reset-gpios:
+ type: phandle-array
+ required: true
+
int-gpios:
type: phandle-array
required: false
+
+ ls-en-gpios:
+ type: phandle-array
+ required: false