public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Philippe Simons <simons.philippe@gmail.com>
To: Jagan Teki <jagan@amarulasolutions.com>,
	Andre Przywara <andre.przywara@arm.com>,
	Tom Rini <trini@konsulko.com>
Cc: Jernej Skrabec <jernej.skrabec@gmail.com>,
	"Kory Maincent (TI.com)" <kory.maincent@bootlin.com>,
	Paul Kocialkowski <contact@paulk.fr>,
	Cody Eksal <masterr3c0rd@epochal.quest>,
	Philippe Simons <simons.philippe@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Mikhail Kalashnikov <iuncuim@gmail.com>,
	u-boot@lists.denx.de
Subject: [PATCH 2/2] sunxi: fix DRAM_SUNXI_TPR6 default value
Date: Sun,  5 Apr 2026 21:59:27 +0200	[thread overview]
Message-ID: <20260405195927.2837914-3-simons.philippe@gmail.com> (raw)
In-Reply-To: <20260405195927.2837914-1-simons.philippe@gmail.com>

With LPDDR3 TPR6 parsing fix, adapt default DRAM_SUNXI_TPR6 value.
Also change LPDDR4 default value to 0x38 used by A523 boards.

Signed-off-by: Philippe Simons <simons.philippe@gmail.com>
---
 arch/arm/mach-sunxi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
index e979ee4a2cc..a1ddc6a1fc8 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -144,7 +144,7 @@ config DRAM_SUNXI_TPR3
 
 config DRAM_SUNXI_TPR6
 	hex "DRAM TPR6 parameter"
-	default 0x3300c080
+	default 0x38c00080
 	help
 	  TPR6 value from vendor DRAM settings.
 
-- 
2.53.0


      parent reply	other threads:[~2026-04-05 20:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-04-05 19:59 [PATCH 0/2] Fix LPDDR3 H616 TPR6 parsing Philippe Simons
2026-04-05 19:59 ` [PATCH 1/2] sunxi: H616: dram: fix LPDDR3 " Philippe Simons
2026-04-06 21:35   ` Andre Przywara
2026-04-05 19:59 ` Philippe Simons [this message]

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=20260405195927.2837914-3-simons.philippe@gmail.com \
    --to=simons.philippe@gmail.com \
    --cc=andre.przywara@arm.com \
    --cc=contact@paulk.fr \
    --cc=iuncuim@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=kory.maincent@bootlin.com \
    --cc=masterr3c0rd@epochal.quest \
    --cc=samuel@sholland.org \
    --cc=trini@konsulko.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox