
6 Sep
2017
6 Sep
'17
11:35 a.m.
Add sdram driver for rk3229
Changes in v3: - move rk332x sdram driver to driver/ram - do the ram init in TPL instad of SPL
Kever Yang (2): rockchip: rk322x: add sdram driver rockchip: dts: rk3229: remove dram channel info
arch/arm/dts/rk3229-evb.dts | 1 - arch/arm/include/asm/arch-rockchip/sdram_rk322x.h | 581 +++++++++++++++ drivers/ram/rockchip/Makefile | 1 + drivers/ram/rockchip/sdram_rk322x.c | 855 ++++++++++++++++++++++ 4 files changed, 1437 insertions(+), 1 deletion(-) create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rk322x.h create mode 100644 drivers/ram/rockchip/sdram_rk322x.c
--
1.9.1