[PATCH 3/4] spi: atmel-quadspi: add LAN969x QSPI support
Conor Dooley
conor at kernel.org
Wed Jul 8 10:02:38 PDT 2026
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?
> + .data = &atmel_lan969x_qspi_caps,
> + },
>
> { /* sentinel */ }
> };
> --
> 2.55.0
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20260708/c89243ae/attachment.sig>
More information about the linux-arm-kernel
mailing list