]> git.ipfire.org Git - thirdparty/u-boot.git/commit
ram: rk3328: use common sdram driver
authorYouMin Chen <cym@rock-chips.com>
Fri, 15 Nov 2019 03:04:44 +0000 (11:04 +0800)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 17 Nov 2019 08:23:56 +0000 (16:23 +0800)
commitca93e321392d6f045036d6084ce3b31f1647d1ec
tree9028a337558a7d726f9bd0b779216cf1f0ab0df9
parent39edfaa758a1f875dfed8d8749e4c84c21db6e2a
ram: rk3328: use common sdram driver

RK3328 has a similar controller and phy with PX30, so we can use the
common driver for it and remove the duplicate codes.

Signed-off-by: YouMin Chen <cym@rock-chips.com>
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
arch/arm/dts/rk3328-sdram-ddr3-666.dtsi
arch/arm/dts/rk3328-sdram-lpddr3-1600.dtsi
arch/arm/dts/rk3328-sdram-lpddr3-666.dtsi
arch/arm/include/asm/arch-rockchip/sdram_rk3328.h
arch/arm/mach-rockchip/Kconfig
configs/evb-rk3328_defconfig
configs/rock64-rk3328_defconfig
drivers/ram/rockchip/Makefile
drivers/ram/rockchip/sdram_rk3328.c