From: Chris Morgan <[email protected]>

Correct the default TPR6 parameter based on suggestion from Mikhail
Kalashnikov. [1]

[1] 
https://lore.kernel.org/u-boot/[email protected]/

Fixes: 4b02f0120a4b ("sunxi: H616: add LPDDR4 DRAM support")
Suggested-by: Mikhail Kalashnikov <[email protected]>
Signed-off-by: Chris Morgan <[email protected]>
---
 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 078f8c19fa..5b3571025f 100644
--- a/arch/arm/mach-sunxi/Kconfig
+++ b/arch/arm/mach-sunxi/Kconfig
@@ -87,7 +87,7 @@ config DRAM_SUN50I_H616_TPR2
 
 config DRAM_SUN50I_H616_TPR6
        hex "H616 DRAM TPR6 parameter"
-       default 0x3300c080
+       default 0x33c00080
        help
          TPR6 value from vendor DRAM settings.
 
-- 
2.34.1

Reply via email to