]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerSasha Levin <sasha.levin@oracle.com>
Tue, 24 Mar 2015 01:02:47 +0000 (21:02 -0400)
commitd3fd045f4faf772d903f5b590c972e5d832f5807
tree23dd50b7070770cd257eac4c9e42e1c53edeebc6
parentaf33873cc77bf2dd6e8bd1821905bef47ec9e4e2
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