mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-12 16:58:53 +00:00
drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks
This patch fixes the mux bit-setting for ClockgenA9. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org> Fixes: 13e6f2da1ddf ("clk: st: STiH407: Support for A9 MUX Clocks") Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
This commit is contained in:
parent
18fee4538f
commit
3be6d8ce63
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user