Files
u-boot/drivers
Chen Huei Lok 39d1a96d71 spi: cadence_xspi: enable automatic platform data allocation
Enable automatic allocation of platform data for the Cadence XSPI
controller by setting .plat_auto.

Without this, dev_get_plat() may return invalid or uninitialized
platform data when multiple XSPI controllers are present, leading
to incorrect IOBASE/SDMABASE/AUXBASE values and causing SPI flash
probe failures.

Setting .plat_auto ensures each controller instance receives a
properly sized cdns_xspi_plat structure, allowing SF probe to work
correctly.

Tested on an Altera Simics platform with multiple XSPI controllers.

Signed-off-by: Chen Huei Lok <chen.huei.lok@altera.com>
2026-04-15 13:36:44 -06:00
..
2025-10-30 12:32:12 -06:00
2026-04-07 15:27:22 -06:00
2026-04-09 10:14:39 +08:00
2026-03-18 13:07:36 -06:00
2026-04-06 12:16:57 -06:00
2026-04-06 12:16:57 -06:00
2025-10-14 10:42:27 +03:00