aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/Makefile
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2019-10-23 13:30:01 +0530
committerStefan Roese <sr@denx.de>2019-10-24 09:49:10 +0200
commitc2dfd0a4d81faeb50aa0cfe36bf1835a40811304 (patch)
tree2e849b5be710e515b410b619d89cd645d0b73c08 /drivers/mtd/Makefile
parentd75eacf9b8a7562e8ea8c94138cd4ff4694f7c53 (diff)
downloadu-boot-c2dfd0a4d81faeb50aa0cfe36bf1835a40811304.zip
u-boot-c2dfd0a4d81faeb50aa0cfe36bf1835a40811304.tar.gz
u-boot-c2dfd0a4d81faeb50aa0cfe36bf1835a40811304.tar.bz2
mtd: Add TI HyperBus Memory Controller driver
AM654/J721e has HyperBus Memory Controller that supports HyperFlash and HyperRAM devices. It provides a memory mapped interface to interact with these devices. Add a driver to support the same. Driver calibrates the controller, setups up for MMIO access and probes HyperFlash child node. Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'drivers/mtd/Makefile')
-rw-r--r--drivers/mtd/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 22ceda9..293079d 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -18,5 +18,6 @@ obj-$(CONFIG_FLASH_PIC32) += pic32_flash.o
obj-$(CONFIG_ST_SMI) += st_smi.o
obj-$(CONFIG_STM32_FLASH) += stm32_flash.o
obj-$(CONFIG_RENESAS_RPC_HF) += renesas_rpc_hf.o
+obj-$(CONFIG_HBMC_AM654) += hbmc-am654.o
obj-y += nand/