On Wed, Jul 08, 2026 at 06:51:10PM +0200, Robert Marko wrote: > Microchip LAN969x has two QSPI controllers based on SAMA7G5 QSPI. > > It requires pad calibration, supports DMA, and supports 100 MHz operation. > > Signed-off-by: Robert Marko > @@ -1708,7 +1769,10 @@ static const struct of_device_id atmel_qspi_dt_ids[] = { > .compatible = "microchip,sama7d65-qspi", > .data = &atmel_sama7d65_qspi_caps, > }, > - > + { > + .compatible = "microchip,lan9691-qspi", Where is this compatible string documented? > + .data = &atmel_lan969x_qspi_caps, > + }, > > { /* sentinel */ } > }; > -- > 2.55.0 >