Searched full:confd (Results 1 – 6 of 6) 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()260 dev_err(&spi->dev, "Failed to get confd gpio: %ld\n", 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()264 dev_warn(&spi->dev, "Not using confd gpio"); 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>;
94 /* 0x03 CONFD */
115 /* 0x03 CONFD */
444 /* CONFD */