]> git.sur5r.net Git - u-boot/commit
sunxi: Set PLL lock enable bits for R40
authorChen-Yu Tsai <wens@csie.org>
Wed, 30 Nov 2016 08:54:34 +0000 (16:54 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Thu, 20 Apr 2017 11:30:01 +0000 (13:30 +0200)
commit328ce7fd505288949d83b72562586a139e025549
treed3d2c0f2060c1a04e1ad9020c0bcd8be49c29958
parent8094a4a20b05827d6fa91786705b3f6917f7421c
sunxi: Set PLL lock enable bits for R40

According to the BSP released by Banana Pi, the R40 (sun8iw11p1) has
an extra "PLL lock control" register in the CCU, which controls whether
the individual PLL lock status bits in each PLL's control register work
or not.

This patch enables it for all the PLLs.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/include/asm/arch-sunxi/clock_sun6i.h
arch/arm/mach-sunxi/clock_sun6i.c