summaryrefslogtreecommitdiff
path: root/zephyr/projects/herobrine/i2c.dts
diff options
context:
space:
mode:
authorAndrew McRae <amcrae@google.com>2022-01-27 10:30:19 +1100
committerCommit Bot <commit-bot@chromium.org>2022-01-27 21:35:52 +0000
commitf8af09f1abb8460ff8af7ac00f4720c8065801ca (patch)
treea985ce330a639ba8c858e1ee6a0a1a8e7b5a0834 /zephyr/projects/herobrine/i2c.dts
parent01ac7141ac80489909c75c85995fce4805b61dd2 (diff)
downloadchrome-ec-f8af09f1abb8460ff8af7ac00f4720c8065801ca.tar.gz
pcf85063: Move int-gpio to int-pin
Change naming so GPIO is not required. BUG=b:216402316 TEST=zmake configure -b herobrine_npcx9 BRANCH=none Signed-off-by: Andrew McRae <amcrae@google.com> Change-Id: Ifc8d961dee6b24f3cc77d16149a981759d0dc4ed Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3418797 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'zephyr/projects/herobrine/i2c.dts')
-rw-r--r--zephyr/projects/herobrine/i2c.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/projects/herobrine/i2c.dts b/zephyr/projects/herobrine/i2c.dts
index d8cb226710..040abb55ef 100644
--- a/zephyr/projects/herobrine/i2c.dts
+++ b/zephyr/projects/herobrine/i2c.dts
@@ -123,7 +123,7 @@
compatible = "nxp,rtc-pcf85063a";
reg = <0x51>;
label = "RTC_PCF85063A";
- int-gpios = <&gpio_rtc_ec_wake_odl>;
+ int-pin = <&gpio_rtc_ec_wake_odl>;
};
};