clk: at91: fix PLL_MAX_COUNT macro definition
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Tue, 2 Sep 2014 07:50:14 +0000 (09:50 +0200)
committerMike Turquette <mturquette@linaro.org>
Tue, 2 Sep 2014 22:36:56 +0000 (15:36 -0700)
Signed-off-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Reported-by: Gaël PORTAY <gael.portay@gmail.com>
Tested-by: Gaël PORTAY <gael.portay@gmail.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/at91/clk-pll.c

index cf6ed02..7b453b9 100644 (file)
@@ -31,7 +31,7 @@
                                 (layout)->mul_mask)
 #define PLL_ICPR_SHIFT(id)     ((id) * 16)
 #define PLL_ICPR_MASK(id)      (0xffff << PLL_ICPR_SHIFT(id))
-#define PLL_MAX_COUNT          0x3ff
+#define PLL_MAX_COUNT          0x3f
 #define PLL_COUNT_SHIFT                8
 #define PLL_OUT_SHIFT          14
 #define PLL_MAX_ID             1