[PATCH 0/2] sunxi: H616: Add LPDDR3 DRAM type

Mikhail Kalashnikov iuncuim at gmail.com
Sat Jun 3 15:55:04 CEST 2023


From: iuncuim <iuncuim at gmail.com>

At the moment, the driver only supports DDR3 memory.
Add support for a new type DRAM. 
These changes have been successfully tested by me 
with tvbox tra###eed t98-h2b-lp3.

iuncuim (2):
  sunxi: H616: add DRAM type selection
  sunxi: H616: add LPDDR3 DRAM support

 .../include/asm/arch-sunxi/dram_sun50i_h616.h |   1 +
 arch/arm/mach-sunxi/Kconfig                   |  18 +-
 arch/arm/mach-sunxi/dram_sun50i_h616.c        | 215 ++++++++++++------
 arch/arm/mach-sunxi/dram_timings/Makefile     |   4 +-
 .../arm/mach-sunxi/dram_timings/h616_lpddr3.c |  95 ++++++++
 configs/orangepi_zero2_defconfig              |   1 +
 configs/x96_mate_defconfig                    |   1 +
 7 files changed, 266 insertions(+), 69 deletions(-)
 create mode 100644 arch/arm/mach-sunxi/dram_timings/h616_lpddr3.c

-- 
2.40.1



More information about the U-Boot mailing list