提交 faea8b0e 编写于 作者: C Chen-Yu Tsai 提交者: Maxime Ripard

clk: sunxi-ng: a83t: Fix PLL lock status register offset

The offset for the PLL lock status register was incorrectly set to
0x208, which actually points to an unused register. The correct
register offset is 0x20c.
Signed-off-by: NChen-Yu Tsai <wens@csie.org>
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 05359be1
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include "ccu-sun8i-a83t.h" #include "ccu-sun8i-a83t.h"
#define CCU_SUN8I_A83T_LOCK_REG 0x208 #define CCU_SUN8I_A83T_LOCK_REG 0x20c
/* /*
* The CPU PLLs are actually NP clocks, with P being /1 or /4. However * The CPU PLLs are actually NP clocks, with P being /1 or /4. However
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册