[PATCH 2/2] sunxi: fix DRAM_SUNXI_TPR6 default value
Philippe Simons
simons.philippe at gmail.com
Sun Apr 5 21:59:27 CEST 2026
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 at 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
More information about the U-Boot
mailing list