From f8af09f1abb8460ff8af7ac00f4720c8065801ca Mon Sep 17 00:00:00 2001 From: Andrew McRae Date: Thu, 27 Jan 2022 10:30:19 +1100 Subject: 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 Change-Id: Ifc8d961dee6b24f3cc77d16149a981759d0dc4ed Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3418797 Reviewed-by: Denis Brockus --- zephyr/projects/herobrine/i2c.dts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zephyr/projects/herobrine') 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>; }; }; -- cgit v1.2.1