aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2016-12-27 16:00:41 +0100
committerGitHub <noreply@github.com>2016-12-27 16:00:41 +0100
commit187ad058ee1f21b1d78ff86fe2fc42459f10457b (patch)
treec34448b5d917975d8a6f6b5ccbbebe4f67443e9f /package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
parent5ecf7a9b2804ed5dc6fc0389c95656c6695568a0 (diff)
parent52b0b6ea7a440b4cf3c9eb33557be7ad63e23f77 (diff)
downloadmaster-187ad058-master.tar.gz
master-187ad058-master.tar.bz2
master-187ad058-master.zip
Merge pull request #291 from wigyori/sunxi-uboot-fixesHEADmaster
sunxi: uboot-sunxi: update to 2016.11
Diffstat (limited to 'package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch')
-rw-r--r--package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch b/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
index d200633bc2..2d3271a788 100644
--- a/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
+++ b/package/boot/uboot-sunxi/patches/093-sun6i-fix-PLL-LDO-voltselect.patch
@@ -16,8 +16,8 @@ order of magnitude as Boot1.
Furthermore, a bit of documentation is added to clarify that the
required setting for the PLL LDO is 1.37v as per the A31 manual.
---- a/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
-+++ b/arch/arm/cpu/armv7/sunxi/clock_sun6i.c
+--- a/arch/arm/mach-sunxi/clock_sun6i.c
++++ b/arch/arm/mach-sunxi/clock_sun6i.c
@@ -24,14 +24,27 @@ void clock_init_safe(void)
struct sunxi_prcm_reg * const prcm =
(struct sunxi_prcm_reg *)SUNXI_PRCM_BASE;