]> git.ipfire.org Git - people/arne_f/kernel.git/commit
sunxi: clk: Set sun6i-pll1 n_start = 1
authorHans de Goede <hdegoede@redhat.com>
Sat, 24 Jan 2015 11:56:32 +0000 (12:56 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Mar 2015 12:31:32 +0000 (13:31 +0100)
commitc52b5661bd41f738d3cd29a64d022efeb8eaaab3
treecee0c571f51ee8d63d3171af0a00180718fdebd5
parentdc2301c7edf384c30def8af4689f9125617c9867
sunxi: clk: Set sun6i-pll1 n_start = 1

commit 76820fcf7aa5a418b69cb7bed31b62d1feb1d6ad upstream.

For all pll-s on sun6i n == 0 means use a multiplier of 1, rather then 0 as
it means on sun4i / sun5i / sun7i. n_start = 1 is already correctly set
for sun6i pll6, but was missing for pll1, this commit fixes this.

Cc: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/clk/sunxi/clk-sunxi.c