
Add sdram driver for rk3229 and other fix like pinctrl and sd node.
Changes in v4: - rebase on u-boot-rockchip master with patchset "move rockchip sdram driver to driver/ram"
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