]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00318063-1: ARM: imx6sl: fix clock name in ocram_sels
authorShawn Guo <shawn.guo@freescale.com>
Wed, 28 May 2014 02:20:55 +0000 (10:20 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:33 +0000 (21:17 -0600)
The clock IMX6SL_CLK_OCRAM_ALT_SEL is registered with name
"ocram_alt_sel", so the name in ocram_sels should be "ocram_alt_sel"
than "ocram_alt_sels".

shawn.guo: cherry-pick commit 4e8da832fd92 from imx_3.10.y

Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
arch/arm/mach-imx/clk-imx6sl.c

index d1071da941d7a0fbbcb491aa7b4d3bd5ae842b6d..f581f3f3d13502d5492b0ae8e6693003d1bd968d 100644 (file)
@@ -37,7 +37,7 @@
 static const char *step_sels[]         = { "osc", "pll2_pfd2", };
 static const char *pll1_sw_sels[]      = { "pll1_sys", "step", };
 static const char *ocram_alt_sels[]    = { "pll2_pfd2", "pll3_pfd1", };
-static const char *ocram_sels[]                = { "periph", "ocram_alt_sels", };
+static const char *ocram_sels[]                = { "periph", "ocram_alt_sel", };
 static const char *pre_periph_sels[]   = { "pll2_bus", "pll2_pfd2", "pll2_pfd0", "pll2_198m", };
 static const char *periph_clk2_sels[]  = { "pll3_usb_otg", "osc", "osc", "dummy", };
 static const char *periph2_clk2_sels[] = { "pll3_usb_otg", "pll2_bus", };