Re: [PATCH 2/3] mtd: spi-nor: Add support for spansion s25fs512s1
From: Pratyush Yadav
Date: Fri Dec 06 2024 - 10:08:57 EST
On Tue, Nov 26 2024, Vishwaroop A wrote:
> Add support for the spansion s25fs512s1 SPI NOR flash. This device has
> a 64MB size (SZ_64M), dual/quad read capabilities and apply
> s25fs_s_nor_fixups to handle specific chip behavior.
>
> Erasing, reading and writing this flash device has been validated on
> the Jetson AGX Orin platform using mtd_debug and dd utilities.
Please read https://docs.kernel.org/driver-api/mtd/spi-nor.html for
requirements for adding new flashes. Also, see if you even need a new
entry at all, or the generic SFDP-based driver works for you already. If
not, explain in your patch why.
Same applies to patch 3/3.
--
Regards,
Pratyush Yadav