Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 54f531f6 authored by Zhou Wang's avatar Zhou Wang Committed by Brian Norris
Browse files

mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc



This patch adds the support for hisilicon 504 NAND controller which is now used
by Hisilicon Soc Hip04.

Signed-off-by: default avatarZhou Wang <wangzhou1@hisilicon.com>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent e1dd8641
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -524,4 +524,9 @@ config MTD_NAND_SUNXI
	help
	  Enables support for NAND Flash chips on Allwinner SoCs.

config MTD_NAND_HISI504
	tristate "Support for NAND controller on Hisilicon SoC Hip04"
	help
	  Enables support for NAND controller on Hisilicon SoC Hip04.

endif # MTD_NAND
+1 −0
Original line number Diff line number Diff line
@@ -51,5 +51,6 @@ obj-$(CONFIG_MTD_NAND_GPMI_NAND) += gpmi-nand/
obj-$(CONFIG_MTD_NAND_XWAY)		+= xway_nand.o
obj-$(CONFIG_MTD_NAND_BCM47XXNFLASH)	+= bcm47xxnflash/
obj-$(CONFIG_MTD_NAND_SUNXI)		+= sunxi_nand.o
obj-$(CONFIG_MTD_NAND_HISI504)	        += hisi504_nand.o

nand-objs := nand_base.o nand_bbt.o nand_timings.o
+891 −0

File added.

Preview size limit exceeded, changes collapsed.