diff mbox

[7/9] drivers: clk: st: Fix mux bit-setting for Cortex A9 clocks

Message ID 1435068567-30995-8-git-send-email-gabriel.fernandez@linaro.org
State Accepted
Commit 3be6d8ce639d92e60d144fb99dd74a53fe3799bb
Headers show

Commit Message

Gabriel Fernandez June 23, 2015, 2:09 p.m. UTC
This patch fixes the mux bit-setting for ClockgenA9.

Signed-off-by: Gabriel Fernandez <gabriel.fernandez@linaro.org>
---
 drivers/clk/st/clkgen-mux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/drivers/clk/st/clkgen-mux.c b/drivers/clk/st/clkgen-mux.c
index 3919a67..ecb492e 100644
--- a/drivers/clk/st/clkgen-mux.c
+++ b/drivers/clk/st/clkgen-mux.c
@@ -586,7 +586,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,
 };