
6 Nov
2015
6 Nov
'15
1:08 p.m.
Hi Lin,
On 6 November 2015 at 01:53, Lin Huang hl@rock-chips.com wrote:
add rk3036 sdram driver so we can set up sdram in SPL
Signed-off-by: Lin Huang hl@rock-chips.com
Changes in v1: None Changes in v2: None Changes in v3: fix some code style error
arch/arm/include/asm/arch-rockchip/sdram_rk3036.h | 336 ++++++++++ arch/arm/mach-rockchip/rk3036/Makefile | 2 + arch/arm/mach-rockchip/rk3036/sdram_rk3036.c | 729 ++++++++++++++++++++++ 3 files changed, 1067 insertions(+) create mode 100644 arch/arm/include/asm/arch-rockchip/sdram_rk3036.h create mode 100644 arch/arm/mach-rockchip/rk3036/sdram_rk3036.c
Does this driver have nothing in common with the rk3288 one? I thought someone mentioned that they had similar IP.
Regards, Simon