projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe94f97
)
clk: at91: fix PLL_MAX_COUNT macro definition
author
Boris BREZILLON
<boris.brezillon@free-electrons.com>
Tue, 2 Sep 2014 07:50:14 +0000
(09:50 +0200)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/drivers/clk/at91/clk-pll.c
b/drivers/clk/at91/clk-pll.c
index cf6ed023504cbc4afbf98c523b7e48e09fab0d56..7b453b915c72ccb0a6f6ec0f189770da99eaad4a 100644
(file)
--- a/
drivers/clk/at91/clk-pll.c
+++ b/
drivers/clk/at91/clk-pll.c
@@
-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 0x3f
f
+#define PLL_MAX_COUNT 0x3f
#define PLL_COUNT_SHIFT 8
#define PLL_OUT_SHIFT 14
#define PLL_MAX_ID 1