Skip to content

Commit

Permalink
mtd: hisilicon: add a new NAND controller driver for hisilicon hip04 Soc
Browse files Browse the repository at this point in the history
This patch adds the support for hisilicon 504 NAND controller which is now used
by Hisilicon Soc Hip04.

Signed-off-by: Zhou Wang <[email protected]>
Signed-off-by: Brian Norris <[email protected]>
  • Loading branch information
Zhou Wang authored and computersforpeace committed Feb 8, 2015
1 parent e1dd864 commit 54f531f
Show file tree
Hide file tree
Showing 3 changed files with 897 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/mtd/nand/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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 change: 1 addition & 0 deletions drivers/mtd/nand/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 54f531f

Please sign in to comment.