summaryrefslogtreecommitdiff
path: root/zephyr/shim/include/usbc/ppc_rt1739.h
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/shim/include/usbc/ppc_rt1739.h')
-rw-r--r--zephyr/shim/include/usbc/ppc_rt1739.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zephyr/shim/include/usbc/ppc_rt1739.h b/zephyr/shim/include/usbc/ppc_rt1739.h
index b9c4e3eb4a..a736ce69e3 100644
--- a/zephyr/shim/include/usbc/ppc_rt1739.h
+++ b/zephyr/shim/include/usbc/ppc_rt1739.h
@@ -12,7 +12,7 @@
.i2c_port = I2C_PORT_BY_DEV(id), \
.i2c_addr_flags = DT_REG_ADDR(id), \
.drv = &rt1739_ppc_drv, \
- .frs_en = COND_CODE_1(DT_NODE_HAS_PROP(id, irq), \
- (GPIO_SIGNAL(DT_PHANDLE(id, irq))), \
- (0)), \
+ .frs_en = COND_CODE_1( \
+ DT_NODE_HAS_PROP(id, frs_en_gpio), \
+ (GPIO_SIGNAL(DT_PHANDLE(id, frs_en_gpio))), (0)), \
},