[PATCH 0/2] SPI/NOR Flash Fixes
Anirudh Srinivasan via U-Boot <[email protected]> Mon, 03 Aug 2026 14:00:33 -0500
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
Adds a new Micron NOR Flash Device ID and a fix to the Designware SPI driver to not try dual/quad/octal modes. Signed-off-by: Anirudh Srinivasan <[email protected]> --- Anirudh Srinivasan (2): mtd: spi-nor-ids: Add variant of mt25qu256a chip spi: dw: Add supports_op function to reject unsupported transfer modes drivers/mtd/spi/spi-nor-ids.c | 2 ++ drivers/spi/designware_spi.c | 14 ++++++++++++++ 2 files changed, 16 insertions(+) --- base-commit: 5c215cb75c3723cbf77c36cbac3e60b001721c79 change-id: 20260803-spi_fixes-586ef497b80a Best regards, -- Anirudh Srinivasan <[email protected]>