From d0acf616e01f958b0d07b95d1437ff9acabf9516 Mon Sep 17 00:00:00 2001 From: ThomasKaiser Date: Fri, 17 Nov 2017 07:03:05 -0800 Subject: [PATCH] =?UTF-8?q?Set=20624=20MHz=20DRAM=20clock=20on=20OPi=20Zer?= =?UTF-8?q?o=20Plus=20Temperature=20difference=20between=20408=20and=20624?= =?UTF-8?q?=20MHz=20is=20less=20than=202=C2=B0C=20and=20performance=20with?= =?UTF-8?q?=20some=20tasks=20slightly=20improves=20especially=20with=20low?= =?UTF-8?q?er=20cpufreq=20http://linux-sunxi.org/Xunlong=5FOrange=5FPi=5FZ?= =?UTF-8?q?ero=5FPlus#DRAM?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus.patch b/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus.patch index f1b557c500..1347de90fc 100644 --- a/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus.patch +++ b/patch/u-boot/u-boot-sunxi/add-orangepi-zeroplus.patch @@ -20,7 +20,7 @@ index 0000000..ff99213 +CONFIG_ARCH_SUNXI=y +CONFIG_SPL_SPI_FLASH_SUPPORT=y +CONFIG_MACH_SUN50I_H5=y -+CONFIG_DRAM_CLK=408 ++CONFIG_DRAM_CLK=624 +CONFIG_DRAM_ZQ=3881977 +CONFIG_MACPWR="PD6" +CONFIG_DEFAULT_DEVICE_TREE="sun50i-h5-orangepi-zero-plus"