summaryrefslogtreecommitdiff
path: root/drivers/ram/Makefile
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2018-11-02 17:21:02 +0300
committerTom Rini <trini@konsulko.com>2018-11-17 00:51:58 +0300
commit06bda1259ffc3ef899de70c7fb86b0982a2912f0 (patch)
tree55956e9678553d16b916493eddc4842d73b1b8d3 /drivers/ram/Makefile
parentc235b087b393f02790608a94d9c15df282abca28 (diff)
downloadu-boot-06bda1259ffc3ef899de70c7fb86b0982a2912f0.tar.xz
ram: Introduce K3 AM654 DDR Sub System driver
K3 based AM654 devices has DDR memory subsystem that comprises Synopys DDR controller, Synopsis DDR phy and wrapper logic to intergrate these blocks into the device. This DDR subsystem provides an interface to external SDRAM devices. Adding support for the initialization of the external SDRAM devices by configuring the DDRSS registers and using the buitin PHY routines. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Signed-off-by: Andreas Dannenberg <dannenberg@ti.com> Signed-off-by: Keerthy <j-keerthy@ti.com> Signed-off-by: Schuyler Patton <spatton@ti.com> Signed-off-by: James Doublesin <doublesin@ti.com>
Diffstat (limited to 'drivers/ram/Makefile')
-rw-r--r--drivers/ram/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ram/Makefile b/drivers/ram/Makefile
index cfba57f0fd..e14c1cf592 100644
--- a/drivers/ram/Makefile
+++ b/drivers/ram/Makefile
@@ -11,3 +11,5 @@ obj-$(CONFIG_STM32_SDRAM) += stm32_sdram.o
obj-$(CONFIG_ARCH_BMIPS) += bmips_ram.o
obj-$(CONFIG_ARCH_ROCKCHIP) += rockchip/
+
+obj-$(CONFIG_K3_AM654_DDRSS) += k3-am654-ddrss.o