]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: imx: clk-imx6q: AXI clock select index is incorrect
authorAnson Huang <b20788@freescale.com>
Fri, 31 May 2013 21:01:54 +0000 (17:01 -0400)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 3 Jun 2013 05:47:12 +0000 (13:47 +0800)
The AXI clock mux should be as below:

00: periph;
01: pll2_pfd2_396m;
10: periph;
11: pll3_pfd1_540m;

Signed-off-by: Anson Huang <b20788@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
arch/arm/mach-imx/clk-imx6q.c

index ba2de54a39db251eab52d762b725951d2782e556..4e3148ce852dfe20faa2a820c19b083746ff8257 100644 (file)
@@ -181,7 +181,7 @@ static const char *periph_clk2_sels[]       = { "pll3_usb_otg", "osc", "osc", "dummy",
 static const char *periph2_clk2_sels[] = { "pll3_usb_otg", "pll2_bus", };
 static const char *periph_sels[]       = { "periph_pre", "periph_clk2", };
 static const char *periph2_sels[]      = { "periph2_pre", "periph2_clk2", };
-static const char *axi_sels[]          = { "periph", "pll2_pfd2_396m", "pll3_pfd1_540m", };
+static const char *axi_sels[]          = { "periph", "pll2_pfd2_396m", "periph", "pll3_pfd1_540m", };
 static const char *audio_sels[]        = { "pll4_post_div", "pll3_pfd2_508m", "pll3_pfd3_454m", "pll3_usb_otg", };
 static const char *gpu_axi_sels[]      = { "axi", "ahb", };
 static const char *gpu2d_core_sels[]   = { "axi", "pll3_usb_otg", "pll2_pfd0_352m", "pll2_pfd2_396m", };