]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: rk3128: add sdram driver
authorKever Yang <kever.yang@rock-chips.com>
Tue, 28 Nov 2017 08:04:21 +0000 (16:04 +0800)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Thu, 30 Nov 2017 21:55:27 +0000 (22:55 +0100)
commitb7aef28953384f467521d9c981c6a8b1d5dc1ea9
treeefe721c281eefbe9eec06d62db6dcb177b0fb201
parented7e64e5e87c728775c78924499e95e6fee65921
rockchip: rk3128: add sdram driver

RK3128 support up to 2GB DDR3 sdram, one channel, 32bit data width.

This patch is only used for U-Boot, but not for SPL which will
comes later, maybe after we merge all the common code into a common
file.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
drivers/ram/rockchip/Makefile
drivers/ram/rockchip/sdram_rk3128.c [new file with mode: 0644]