2021-11-01 17:26:00 +00:00
|
|
|
From 679af1e60220bdb31c42beb41a3a405b23f8ffee Mon Sep 17 00:00:00 2001
|
2021-06-08 21:36:42 +00:00
|
|
|
From: Dalton Durst <dalton@ubports.com>
|
|
|
|
Date: Wed, 10 Mar 2021 11:44:07 -0600
|
2021-11-01 17:26:00 +00:00
|
|
|
Subject: [PATCH 10/10] Reduce DRAM speed to 528 for better compatibility with
|
2021-06-08 21:36:42 +00:00
|
|
|
all PinePhones
|
|
|
|
|
|
|
|
---
|
|
|
|
configs/pinephone_defconfig | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/configs/pinephone_defconfig b/configs/pinephone_defconfig
|
2021-11-01 17:26:00 +00:00
|
|
|
index 1683c1f032..4dde6fec87 100644
|
2021-06-08 21:36:42 +00:00
|
|
|
--- a/configs/pinephone_defconfig
|
|
|
|
+++ b/configs/pinephone_defconfig
|
2021-11-01 17:26:00 +00:00
|
|
|
@@ -5,7 +5,7 @@ CONFIG_SPL=y
|
2021-06-08 21:36:42 +00:00
|
|
|
CONFIG_PINEPHONE_LEDS=y
|
|
|
|
CONFIG_MACH_SUN50I=y
|
|
|
|
CONFIG_SUNXI_DRAM_LPDDR3_STOCK=y
|
|
|
|
-CONFIG_DRAM_CLK=552
|
|
|
|
+CONFIG_DRAM_CLK=528
|
|
|
|
CONFIG_DRAM_ZQ=3881949
|
|
|
|
CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
|
|
|
CONFIG_PINEPHONE_DT_SELECTION=y
|
|
|
|
--
|
|
|
|
2.31.1
|
|
|
|
|