[PATCH 3/4] spi: atmel-quadspi: add LAN969x QSPI support

Robert Marko robert.marko at sartura.hr
Wed Jul 8 10:05:09 PDT 2026


On Wed, Jul 8, 2026 at 7:02 PM Conor Dooley <conor at kernel.org> wrote:
>
> 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 <robert.marko at sartura.hr>
>
> > @@ -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?

Ugh,
I managed to somehow forget to export and send the dt-bindings patch as well.

Sorry for that, will respin for v2 tomorrow.

Regards,
Robert

>
> > +             .data = &atmel_lan969x_qspi_caps,
> > +     },
> >
> >       { /* sentinel */ }
> >  };
> > --
> > 2.55.0
> >



-- 
Robert Marko
Staff Embedded Linux Engineer
Sartura d.d.
Lendavska ulica 16a
10000 Zagreb, Croatia
Email: robert.marko at sartura.hr
Web: www.sartura.hr



More information about the linux-arm-kernel mailing list