Message ID | 20250102120043.1404843-1-s-k6@ti.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | arm64: defconfig: Enable SPI NAND flashes | expand |
On 02/01/2025 13:00, Santhosh Kumar K wrote: > Add support for SPI NAND flashes on ARM64 boards/EVMs such as: > > 1. W35N01JW on AM62x LP SK, AM62Ax SK, J721S2 EVM, J784S4 EVM, > J722S EVM, J742S2 EVM > 2. W25N01JW on AM62Lx EVM > Please use recognizable names. git grep -i on some of above gave me zero results, so no models, no compatibles, no makefile entries use above names. Also really not sure where to look for - which vendor. This is defconfig for all users of arm64, not your private one. Best regards, Krzysztof
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index dfa5c8d5b658..69e0c458c763 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -283,6 +283,7 @@ CONFIG_MTD_NAND_BRCMNAND=m CONFIG_MTD_NAND_FSL_IFC=y CONFIG_MTD_NAND_QCOM=y CONFIG_MTD_SPI_NOR=y +CONFIG_MTD_SPI_NAND=m CONFIG_MTD_UBI=m CONFIG_MTD_HYPERBUS=m CONFIG_HBMC_AM654=m
Add support for SPI NAND flashes on ARM64 boards/EVMs such as: 1. W35N01JW on AM62x LP SK, AM62Ax SK, J721S2 EVM, J784S4 EVM, J722S EVM, J742S2 EVM 2. W25N01JW on AM62Lx EVM by enabling the MTD_SPI_NAND config as a module. Signed-off-by: Santhosh Kumar K <s-k6@ti.com> --- Repo: https://github.com/santhosh21/linux/tree/uL_next Test results: https://gist.github.com/santhosh21/71ab6646dccc238a0b3c47c0382f219a Regards, Santhosh. arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)