aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-12-21 22:00:34 +0100
committerDavid Bauer <mail@david-bauer.net>2021-12-27 03:13:36 +0100
commit9d9d851eec7da1b9b2c161562c58d81e4e72b77c (patch)
tree011df2b1fda2dfb56ee9736992ebb9742751c16b /target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch
parent5ca77934180ea277520be0dbbe7d47c47eec2375 (diff)
downloadupstream-9d9d851eec7da1b9b2c161562c58d81e4e72b77c.tar.gz
upstream-9d9d851eec7da1b9b2c161562c58d81e4e72b77c.tar.bz2
upstream-9d9d851eec7da1b9b2c161562c58d81e4e72b77c.zip
ath79: remove kernel 5.4
Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch')
-rw-r--r--target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch b/target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch
deleted file mode 100644
index 8cb47ff703..0000000000
--- a/target/linux/ath79/patches-5.4/440-mtd-ar934x-nand-driver.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/drivers/mtd/nand/raw/Kconfig
-+++ b/drivers/mtd/nand/raw/Kconfig
-@@ -544,4 +544,12 @@ config MTD_NAND_DISKONCHIP_BBTWRITE
- load time (assuming you build diskonchip as a module) with the module
- parameter "inftl_bbt_write=1".
-
-+config MTD_NAND_AR934X
-+ tristate "Support for NAND controller on Qualcomm Atheros AR934x/QCA955x SoCs"
-+ depends on ATH79 || COMPILE_TEST
-+ depends on HAS_IOMEM
-+ help
-+ Enables support for NAND controller on Qualcomm Atheros SoCs.
-+ This controller is found on AR934x and QCA955x SoCs.
-+
- endif # MTD_RAW_NAND
---- a/drivers/mtd/nand/raw/Makefile
-+++ b/drivers/mtd/nand/raw/Makefile
-@@ -57,6 +57,7 @@ obj-$(CONFIG_MTD_NAND_MXIC) += mxic_nan
- obj-$(CONFIG_MTD_NAND_TEGRA) += tegra_nand.o
- obj-$(CONFIG_MTD_NAND_STM32_FMC2) += stm32_fmc2_nand.o
- obj-$(CONFIG_MTD_NAND_MESON) += meson_nand.o
-+obj-$(CONFIG_MTD_NAND_AR934X) += ar934x_nand.o
-
- nand-objs := nand_base.o nand_legacy.o nand_bbt.o nand_timings.o nand_ids.o
- nand-objs += nand_onfi.o