]> git.ipfire.org Git - people/ms/linux.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)
committerJiri Slaby <jslaby@suse.cz>
Mon, 16 Mar 2015 13:58:15 +0000 (14:58 +0100)
commit23b96e928e19077011c4c96719ea708dcb8c3953
tree522431c4a059fedf7a0874d1036e42c8ce126f7a
parentabe869119f1c7b62e773805416c7ac0d237f570e
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: Jiri Slaby <jslaby@suse.cz>
drivers/clk/sunxi/clk-sunxi.c