Skip to content

Commit

Permalink
drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks
Browse files Browse the repository at this point in the history
This patch fixes the mux bit-setting for ClockgenA9.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
Fixes: 13e6f2d ("clk: st: STiH407: Support for A9 MUX Clocks")
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
  • Loading branch information
Gabriel Fernandez authored and Stephen Boyd committed Jul 6, 2015
1 parent 18fee45 commit 3be6d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/clk/st/clkgen-mux.c
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ static struct clkgen_mux_data stih416_a9_mux_data = {
};
static struct clkgen_mux_data stih407_a9_mux_data = {
.offset = 0x1a4,
.shift = 1,
.shift = 0,
.width = 2,
};

Expand Down

0 comments on commit 3be6d8c

Please sign in to comment.