Searched refs:confd (Results 1 – 3 of 3) sorted by relevance
40 struct gpio_desc *confd; member206 if (conf->confd) { in altera_ps_write_complete()207 if (!gpiod_get_raw_value_cansleep(conf->confd)) { in altera_ps_write_complete()258 conf->confd = devm_gpiod_get_optional(&spi->dev, "confd", GPIOD_IN); in altera_ps_probe()259 if (IS_ERR(conf->confd)) { in altera_ps_probe()261 PTR_ERR(conf->confd)); in altera_ps_probe()262 return PTR_ERR(conf->confd); in altera_ps_probe()263 } else if (!conf->confd) { in altera_ps_probe()
45 confd-gpios:47 confd pin (referred to as CONF_DONE in the manual)71 confd-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;
33 confd-gpios = <&gpio1 6 GPIO_ACTIVE_HIGH>;