Home
last modified time | relevance | path

Searched refs:confd (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/fpga/
Daltera-ps-spi.c44 struct gpio_desc *confd; member
210 if (!IS_ERR(conf->confd)) { in altera_ps_write_complete()
211 if (!gpiod_get_raw_value_cansleep(conf->confd)) { in altera_ps_write_complete()
268 conf->confd = devm_gpiod_get(&spi->dev, "confd", GPIOD_IN); in altera_ps_probe()
269 if (IS_ERR(conf->confd)) { in altera_ps_probe()
271 PTR_ERR(conf->confd)); in altera_ps_probe()
/Linux-v4.19/Documentation/devicetree/bindings/fpga/
Daltera-passive-serial.txt19 - confd-gpios: confd pin (referred to as CONF_DONE in the manual)
28 confd-gpios = <&gpio4 12 GPIO_ACTIVE_LOW>;