All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mikhail Kalashnikov <iuncuim@gmail.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Andre Przywara <andre.przywara@arm.com>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Piotr Oniszczuk <piotr.oniszczuk@gmail.com>,
	u-boot@lists.denx.de, linux-sunxi@lists.linux.dev
Subject: [PATCH 0/2] sunxi: H616: Add LPDDR3 DRAM type
Date: Sat,  3 Jun 2023 16:55:04 +0300	[thread overview]
Message-ID: <20230603135506.51071-1-iuncuim@gmail.com> (raw)

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


             reply	other threads:[~2023-06-03 13:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-03 13:55 Mikhail Kalashnikov [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230603135506.51071-1-iuncuim@gmail.com \
    --to=iuncuim@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=jagan@amarulasolutions.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=piotr.oniszczuk@gmail.com \
    --cc=samuel@sholland.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.