summaryrefslogtreecommitdiff
path: root/zephyr/program/trogdor/lazor/i2c.dts
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/program/trogdor/lazor/i2c.dts')
-rw-r--r--zephyr/program/trogdor/lazor/i2c.dts12
1 files changed, 10 insertions, 2 deletions
diff --git a/zephyr/program/trogdor/lazor/i2c.dts b/zephyr/program/trogdor/lazor/i2c.dts
index 8d11d4c90a..595bae59c7 100644
--- a/zephyr/program/trogdor/lazor/i2c.dts
+++ b/zephyr/program/trogdor/lazor/i2c.dts
@@ -76,7 +76,11 @@
compatible = "parade,ps8xxx";
status = "okay";
reg = <0xb>;
- int-pin = <&gpio_usb_c0_pd_int_odl>;
+ /* a duplicate of the <&gpio_usb_c0_pd_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_ACTIVE_LOW>;
};
};
@@ -100,7 +104,11 @@
compatible = "parade,ps8xxx";
status = "okay";
reg = <0xb>;
- int-pin = <&gpio_usb_c1_pd_int_odl>;
+ /* a duplicate of the <&gpio_usb_c1_pd_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 = <&gpiof 5 GPIO_ACTIVE_LOW>;
};
};