summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Yuan <jasonyuan@google.com>2022-12-22 13:56:17 -0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-12-22 23:43:10 +0000
commit8883c711318eefd944b41174309fbcd9e1c20d61 (patch)
tree244cf6795dc9cb8e9fcb69abb54bc2d2e254f786
parent966040b0ca9e5f9a6081b622f47d6693171fe44c (diff)
downloadchrome-ec-8883c711318eefd944b41174309fbcd9e1c20d61.tar.gz
brya: Add comment to i2c devicetree
Comment added to duplicated node for clarity. BUG=b:216867453 TEST=none BRANCH=none Change-Id: I579eadde4c63e95dba5951d8d19df7777074bff3 Signed-off-by: Jason Yuan <jasonyuan@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4122728 Auto-Submit: zhi cheng yuan <jasonyuan@chromium.org> Reviewed-by: Keith Short <keithshort@chromium.org> Code-Coverage: Zoss <zoss-cl-coverage@prod.google.com> Commit-Queue: Keith Short <keithshort@chromium.org> Tested-by: zhi cheng yuan <jasonyuan@chromium.org>
-rw-r--r--zephyr/program/brya/i2c.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/zephyr/program/brya/i2c.dts b/zephyr/program/brya/i2c.dts
index f930167eeb..1926fd61e3 100644
--- a/zephyr/program/brya/i2c.dts
+++ b/zephyr/program/brya/i2c.dts
@@ -124,6 +124,10 @@
nct3808_alert_1 {
compatible = "nuvoton,nct38xx-gpio-alert";
+ /* a duplicate of the <&gpio_usb_c0_c2_tcpc_int_odl> node in
+ * "named-gpios". This is the Zephyr preferred style,
+ * the "named-gpios" node will be dealt with at a later date.
+ */
irq-gpios = <&gpioe 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
nct38xx-dev = <&nct3808_0_P1 &nct3808_0_P2>;
label = "NCT3808_ALERT_1";