summaryrefslogtreecommitdiff
path: root/arch/m68k/platform/coldfire/m525x.c
diff options
context:
space:
mode:
authorSteven King <sfking@fdwdc.com>2014-05-14 17:06:29 (GMT)
committerGreg Ungerer <gerg@uclinux.org>2014-05-26 03:28:37 (GMT)
commit748595237858b2685e2e7f35666af1f2c11b6f9f (patch)
tree4f8b6fba0e1c8440f6b34710fe310f95ccfdeaa9 /arch/m68k/platform/coldfire/m525x.c
parent5198f847f7229a7f3a44d774d1e662ab6c689dc0 (diff)
downloadlinux-748595237858b2685e2e7f35666af1f2c11b6f9f.tar.xz
m68knommu: Add qspi clk for Coldfire SoCs without real clks.
Since we now have fake clks on devices without real clocks, we need clks defined for qspi for the qspi driver to work on those devices. Signed-off-by: Steven King <sfking@fdwdc.com> Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/platform/coldfire/m525x.c')
-rw-r--r--arch/m68k/platform/coldfire/m525x.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/m68k/platform/coldfire/m525x.c b/arch/m68k/platform/coldfire/m525x.c
index 5b9f657..1adba39 100644
--- a/arch/m68k/platform/coldfire/m525x.c
+++ b/arch/m68k/platform/coldfire/m525x.c
@@ -26,6 +26,7 @@ DEFINE_CLK(mcftmr0, "mcftmr.0", MCF_BUSCLK);
DEFINE_CLK(mcftmr1, "mcftmr.1", MCF_BUSCLK);
DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK);
DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK);
+DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK);
struct clk *mcf_clks[] = {
&clk_pll,
@@ -34,6 +35,7 @@ struct clk *mcf_clks[] = {
&clk_mcftmr1,
&clk_mcfuart0,
&clk_mcfuart1,
+ &clk_mcfqspi0,
NULL
};