commit | 33f60d02605a3a604e56b07a78d80d7d801b2843 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Mon Feb 15 17:40:19 2016 +0800 |
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | Tue Feb 16 09:47:41 2016 +0100 |
tree | ad769be9c350c76559bef71f8b34e8fbfe0cffd3 | |
parent | b0b6413f0dc8d1faba98745cf3a008ed9493df59 [diff] |
clk: sunxi: Fix sun8i-a23-apb0-clk divider flags The APB0 clock on A23 is a zero-based divider, not a power-of-two based divider. Note that this patch does not apply cleanly to kernels before 4.5-rc1, which added CLK_OF_DECLARE support to this driver. Fixes: 57a1fbf28424 ("clk: sunxi: Add A23 APB0 divider clock support") Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>