We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d05c4b commit 767c21aCopy full SHA for 767c21a
drivers/power_domain/power_domain_nrf_gpio_pad_group.c
@@ -63,7 +63,7 @@ static int nrf_port_retain_driver_init(const struct device *dev)
63
#define NRF_GPIO_PAD_GROUP_DEFINE(inst) \
64
static const struct nrf_port_retain_config _CONCAT(config, inst) = { \
65
.regs = (NRF_GPIO_Type *)DT_REG_ADDR(DT_INST_PARENT(inst)), \
66
- .retain_mask = DT_PROP_OR(inst, retain_mask, UINT32_MAX), \
+ .retain_mask = DT_INST_PROP_OR(inst, retain_mask, UINT32_MAX), \
67
}; \
68
\
69
PM_DEVICE_DT_INST_DEFINE(inst, nrf_port_retain_driver_pm_action); \
0 commit comments