]> git.dujemihanovic.xyz Git - u-boot.git/commit
ram: rockchip: Add rv1126 ddr4 support
authorTim Lunn <tim@feathertop.org>
Wed, 24 Jan 2024 03:25:58 +0000 (14:25 +1100)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 4 Feb 2024 10:45:58 +0000 (18:45 +0800)
commit644e8fc2d55a28f06605bc7a2776ea4d753cd531
treee9c753bcf69983f319f25640f34365c15094aaf4
parent03ee0553a0dab09881bf69bbfacc9ecafc4d2c50
ram: rockchip: Add rv1126 ddr4 support

Add support for ddr4 on rv1126. Timing detection files are imported
from downstream Rockchip BSP u-boot. Allow selecting ddr4 ram with
define CONFIG_RAM_ROCKCHIP_DDR4.

Signed-off-by: Tim Lunn <tim@feathertop.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/ram/rockchip/sdram-rv1126-ddr4-detect-1056.inc [new file with mode: 0644]
drivers/ram/rockchip/sdram-rv1126-ddr4-detect-328.inc [new file with mode: 0644]
drivers/ram/rockchip/sdram-rv1126-ddr4-detect-396.inc [new file with mode: 0644]
drivers/ram/rockchip/sdram-rv1126-ddr4-detect-528.inc [new file with mode: 0644]
drivers/ram/rockchip/sdram-rv1126-ddr4-detect-664.inc [new file with mode: 0644]
drivers/ram/rockchip/sdram-rv1126-ddr4-detect-784.inc [new file with mode: 0644]
drivers/ram/rockchip/sdram-rv1126-ddr4-detect-924.inc [new file with mode: 0644]
drivers/ram/rockchip/sdram_rv1126.c