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)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 25 Jan 2015 15:55:25 +0000 (16:55 +0100)
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>
drivers/clk/sunxi/clk-sunxi.c

index d43c7949a07ccaba3d0653a38d58b92ead455be8..9b79f8907cc554ca888f2aa24cc8ff82f86e2da3 100644 (file)
@@ -584,6 +584,7 @@ static struct clk_factors_config sun6i_a31_pll1_config = {
        .kwidth = 2,
        .mshift = 0,
        .mwidth = 2,
+       .n_start = 1,
 };
 
 static struct clk_factors_config sun8i_a23_pll1_config = {