public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 0/1] sunxi: H616: add LPDDR4 support
@ 2023-07-29 11:13 Mikhail Kalashnikov
  2023-07-29 11:13 ` [PATCH 1/1] sunxi: H616: add LPDDR4 DRAM support Mikhail Kalashnikov
  0 siblings, 1 reply; 2+ messages in thread
From: Mikhail Kalashnikov @ 2023-07-29 11:13 UTC (permalink / raw)
  To: Jagan Teki, Andre Przywara
  Cc: Jernej Skrabec, Samuel Holland, u-boot, linux-sunxi

From: iuncuim <iuncuim@gmail.com>

At the moment, the driver only supports DDR3 and LPDDR3 memory.
Add support for a new type DRAM. 

Signed-off-by: Mikhail Kalashnikov <iuncuim@gmail.com>

iuncuim (1):
  dram: h616: add LPDDR4 DRAM support

 .../include/asm/arch-sunxi/dram_sun50i_h616.h |   1 +
 arch/arm/mach-sunxi/Kconfig                   |  11 +
 arch/arm/mach-sunxi/dram_sun50i_h616.c        | 200 ++++++++++++++----
 arch/arm/mach-sunxi/dram_timings/Makefile     |   1 +
 .../dram_timings/h616_lpddr4_1200.c           |  96 +++++++++
 5 files changed, 270 insertions(+), 39 deletions(-)
 create mode 100644 arch/arm/mach-sunxi/dram_timings/h616_lpddr4_1200.c

-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-29 12:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-29 11:13 [PATCH 0/1] sunxi: H616: add LPDDR4 support Mikhail Kalashnikov
2023-07-29 11:13 ` [PATCH 1/1] sunxi: H616: add LPDDR4 DRAM support Mikhail Kalashnikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox