- Backport upstream Winbond W25N04KV Flash support. - Backport upstream GigaDevice series Flash support. - Backport pending Airoha AN8855 switch TPID value fix. - Backport Mediatek UART baudrate accuracy compensation support. - Pull mtk patchset from MTK SDK mtksoc-20250711 branch: Remove mt7622_rfb changes. The MTK SDK already dropped them. Replace Airoha ethernet PHY driver with new version. Split downstream snfi changes into independent patches. Add new Marvell CUX3410 PHY driver. Add new MediaTek built-in 2.5Gbps PHY driver. Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
24 lines
904 B
Diff
24 lines
904 B
Diff
From a6487e393b1b073ba0895e10f00d0fbb2a5e88d9 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Golle <daniel@makrotopia.org>
|
|
Date: Mon, 8 Apr 2024 19:35:27 +0100
|
|
Subject: [PATCH 2/2] snfi: FM35Q1GA is x4-only
|
|
|
|
Dont allow x2 read and cache read operations on FM35Q1GA as they seem
|
|
to be unstable. Also the Linux drivers does not allow x2 ops.
|
|
|
|
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
---
|
|
drivers/mtd/mtk-snand/mtk-snand-ids.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/drivers/mtd/mtk-snand/mtk-snand-ids.c
|
|
+++ b/drivers/mtd/mtk-snand/mtk-snand-ids.c
|
|
@@ -431,7 +431,7 @@ static const struct snand_flash_info sna
|
|
|
|
SNAND_INFO("FM35Q1GA", SNAND_ID(SNAND_ID_DYMMY, 0xe5, 0x71),
|
|
SNAND_MEMORG_1G_2K_64,
|
|
- &snand_cap_read_from_cache_x4,
|
|
+ &snand_cap_read_from_cache_x4_only,
|
|
&snand_cap_program_load_x4),
|
|
|
|
SNAND_INFO("PN26G01A", SNAND_ID(SNAND_ID_DYMMY, 0xa1, 0xe1),
|