mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-31 03:01:47 +00:00
u-boot: Set default DRAM clock for lime2 and lime2-emmc down to an actually stable 384 MHz (from 480).
This commit is contained in:
parent
adaeacfea6
commit
45c35136dd
2 changed files with 15 additions and 1 deletions
patch/u-boot/u-boot-next
|
@ -7,7 +7,7 @@ index 0000000..8eb70ae
|
|||
+CONFIG_ARM=y
|
||||
+CONFIG_ARCH_SUNXI=y
|
||||
+CONFIG_MACH_SUN7I=y
|
||||
+CONFIG_DRAM_CLK=480
|
||||
+CONFIG_DRAM_CLK=384
|
||||
+CONFIG_MMC0_CD_PIN="PH1"
|
||||
+CONFIG_MMC_SUNXI_SLOT_EXTRA=2
|
||||
+CONFIG_USB0_VBUS_PIN="PC17"
|
||||
|
|
14
patch/u-boot/u-boot-next/lime2-dram-clk.patch
Normal file
14
patch/u-boot/u-boot-next/lime2-dram-clk.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
diff --git a/configs/A20-OLinuXino-Lime2_defconfig b/configs/A20-OLinuXino-Lime2_defconfig
|
||||
index cc5858e..55f578a 100644
|
||||
--- a/configs/A20-OLinuXino-Lime2_defconfig
|
||||
+++ b/configs/A20-OLinuXino-Lime2_defconfig
|
||||
@@ -1,7 +1,7 @@
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARCH_SUNXI=y
|
||||
CONFIG_MACH_SUN7I=y
|
||||
-CONFIG_DRAM_CLK=480
|
||||
+CONFIG_DRAM_CLK=384
|
||||
CONFIG_MMC0_CD_PIN="PH1"
|
||||
CONFIG_USB0_VBUS_PIN="PC17"
|
||||
CONFIG_USB0_VBUS_DET="PH5"
|
||||
|
Loading…
Add table
Reference in a new issue