aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bmips/patches-5.15/210-macronix_nand_block_protection_support.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2023-03-22 20:10:01 +0100
committerÁlvaro Fernández Rojas <noltari@gmail.com>2023-03-22 20:57:07 +0100
commit6df12200d903338d36008cb207a41bd456346b5d (patch)
tree79b12e64b5cb36414a1babaeabb40ff44af38811 /target/linux/bmips/patches-5.15/210-macronix_nand_block_protection_support.patch
parentcc07d1d2fd3662611e2044c9fc514f7f756ebd6d (diff)
downloadupstream-6df12200d903338d36008cb207a41bd456346b5d.tar.gz
upstream-6df12200d903338d36008cb207a41bd456346b5d.tar.bz2
upstream-6df12200d903338d36008cb207a41bd456346b5d.zip
bmips: add support for Sercomm H-500s
Sercomm H-500s is a BCM63268 with 128M, internal and external (Quantenna) wifi and external BCM53134S switch. This device is already supported in bcm63xx target, so more information can be found in https://openwrt.org/toh/sercomm/h500-s. It's a perfect example of a device with internal and external switch coexistance since most devices only have ports on one of the switches but not both of them. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bmips/patches-5.15/210-macronix_nand_block_protection_support.patch')
-rw-r--r--target/linux/bmips/patches-5.15/210-macronix_nand_block_protection_support.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/target/linux/bmips/patches-5.15/210-macronix_nand_block_protection_support.patch b/target/linux/bmips/patches-5.15/210-macronix_nand_block_protection_support.patch
new file mode 100644
index 0000000000..3d45f69e03
--- /dev/null
+++ b/target/linux/bmips/patches-5.15/210-macronix_nand_block_protection_support.patch
@@ -0,0 +1,29 @@
+From 5a37811de679bff03e9c5a746f75574910ede964 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= <noltari@gmail.com>
+Date: Wed, 22 Mar 2023 20:52:13 +0100
+Subject: [PATCH] Revert "mtd: rawnand: Macronix: Add support for block
+ protection"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This reverts commit 03a539c7a118427a6609a26461358c56ac8f3a06.
+
+Macronix block protection doesn't seem to be supported on Sercomm H-500s
+devices since it hangs the device.
+
+Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
+---
+ drivers/mtd/nand/raw/nand_macronix.c | 5 -----
+ 1 file changed, 5 deletions(-)
+
+--- a/drivers/mtd/nand/raw/nand_macronix.c
++++ b/drivers/mtd/nand/raw/nand_macronix.c
+@@ -323,7 +323,6 @@ static int macronix_nand_init(struct nan
+
+ macronix_nand_fix_broken_get_timings(chip);
+ macronix_nand_onfi_init(chip);
+- macronix_nand_block_protection_support(chip);
+ macronix_nand_deep_power_down_support(chip);
+
+ return 0;