Commit 8a92e0c5 authored by Gabriel Fernandez's avatar Gabriel Fernandez Committed by Kamal Mostafa

drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks

commit 3be6d8ce upstream.

This patch fixes the mux bit-setting for ClockgenA9.
Signed-off-by: default avatarGabriel Fernandez <gabriel.fernandez@linaro.org>
Fixes: 13e6f2da ("clk: st: STiH407: Support for A9 MUX Clocks")
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarKamal Mostafa <kamal@canonical.com>
parent ddac306d
......@@ -582,7 +582,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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment