All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] sunxi: H616: Add LPDDR3 DRAM type
@ 2023-06-03 13:55 Mikhail Kalashnikov
  2023-06-03 13:55 ` [PATCH 1/2] sunxi: H616: add DRAM type selection Mikhail Kalashnikov
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Mikhail Kalashnikov @ 2023-06-03 13:55 UTC (permalink / raw)
  To: Jagan Teki, Andre Przywara
  Cc: Jernej Skrabec, Samuel Holland, Piotr Oniszczuk, u-boot,
	linux-sunxi

From: iuncuim <iuncuim@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


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

end of thread, other threads:[~2023-06-09 18:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-03 13:55 [PATCH 0/2] sunxi: H616: Add LPDDR3 DRAM type Mikhail Kalashnikov
2023-06-03 13:55 ` [PATCH 1/2] sunxi: H616: add DRAM type selection Mikhail Kalashnikov
2023-06-07  0:32   ` Andre Przywara
2023-06-09 15:48   ` Iun Cuim
2023-06-03 13:55 ` [PATCH 2/2] sunxi: H616: add LPDDR3 DRAM support Mikhail Kalashnikov
2023-06-05 14:17   ` Andre Przywara
2023-06-09 15:57   ` Iun Cuim
2023-06-05 14:15 ` [PATCH 0/2] sunxi: H616: Add LPDDR3 DRAM type Andre Przywara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.