diff options
| -rw-r--r-- | drivers/clk/mvebu/clk-corediv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mvebu/clk-corediv.c b/drivers/clk/mvebu/clk-corediv.c index 8491979f4096..68f05c53d40e 100644 --- a/drivers/clk/mvebu/clk-corediv.c +++ b/drivers/clk/mvebu/clk-corediv.c | |||
| @@ -72,7 +72,7 @@ static const struct clk_corediv_desc mvebu_corediv_desc[] = { | |||
| 72 | }; | 72 | }; |
| 73 | 73 | ||
| 74 | static const struct clk_corediv_desc mv98dx3236_corediv_desc[] = { | 74 | static const struct clk_corediv_desc mv98dx3236_corediv_desc[] = { |
| 75 | { .mask = 0x0f, .offset = 6, .fieldbit = 26 }, /* NAND clock */ | 75 | { .mask = 0x0f, .offset = 6, .fieldbit = 27 }, /* NAND clock */ |
| 76 | }; | 76 | }; |
| 77 | 77 | ||
| 78 | #define to_corediv_clk(p) container_of(p, struct clk_corediv, hw) | 78 | #define to_corediv_clk(p) container_of(p, struct clk_corediv, hw) |
