]> git.ipfire.org Git - people/ms/u-boot.git/commit
rockchip: add rk3036 sdram driver
authorhuang lin <hl@rock-chips.com>
Tue, 17 Nov 2015 06:20:26 +0000 (14:20 +0800)
committerSimon Glass <sjg@chromium.org>
Tue, 1 Dec 2015 15:07:22 +0000 (08:07 -0700)
commit53c45f0ca27cbf6acd840e87beaa1ba1be74399b
tree6d952b4b185285f9a5f9d9fb3ef2acd8438130c5
parent07d8d35a612b30e37256179fc6fd40158bcb528e
rockchip: add rk3036 sdram driver

add rk3036 sdram driver so we can set up sdram in SPL

Signed-off-by: Lin Huang <hl@rock-chips.com>
Acked-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-rockchip/sdram_rk3036.h [new file with mode: 0644]
arch/arm/mach-rockchip/rk3036/Makefile
arch/arm/mach-rockchip/rk3036/sdram_rk3036.c [new file with mode: 0644]