summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3399/Makefile
diff options
context:
space:
mode:
authorKever Yang <kever.yang@rock-chips.com>2017-02-22 16:56:35 +0800
committerSimon Glass <sjg@chromium.org>2017-03-16 16:03:45 -0600
commitfa437430ad9861886f5766151757a99de647d086 (patch)
tree670ca3034201d5194678efbf1e6826266ad6d3ea /arch/arm/mach-rockchip/rk3399/Makefile
parent26d5ee8f9b29e06272f8bab052b12df90fe7b6f8 (diff)
rockchip: arm64: rk3399: add ddr controller driver
RK3399 support DDR3, LPDDR3, DDR4 sdram, this patch is porting from coreboot, support 4GB lpddr3 in this version. Signed-off-by: Kever Yang <kever.yang@rock-chips.com> Added rockchip: tag: Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/mach-rockchip/rk3399/Makefile')
-rw-r--r--arch/arm/mach-rockchip/rk3399/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-rockchip/rk3399/Makefile b/arch/arm/mach-rockchip/rk3399/Makefile
index 98ebeac340..793ce31c12 100644
--- a/arch/arm/mach-rockchip/rk3399/Makefile
+++ b/arch/arm/mach-rockchip/rk3399/Makefile
@@ -6,4 +6,5 @@
obj-y += clk_rk3399.o
obj-y += rk3399.o
+obj-y += sdram_rk3399.o
obj-y += syscon_rk3399.o