diff options
author | Steven King <sfking@fdwdc.com> | 2014-05-14 13:06:29 -0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2014-05-25 23:28:37 -0400 |
commit | 748595237858b2685e2e7f35666af1f2c11b6f9f (patch) | |
tree | 4f8b6fba0e1c8440f6b34710fe310f95ccfdeaa9 /arch/m68k | |
parent | 5198f847f7229a7f3a44d774d1e662ab6c689dc0 (diff) |
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')
-rw-r--r-- | arch/m68k/platform/coldfire/m523x.c | 2 | ||||
-rw-r--r-- | arch/m68k/platform/coldfire/m5249.c | 2 | ||||
-rw-r--r-- | arch/m68k/platform/coldfire/m525x.c | 2 | ||||
-rw-r--r-- | arch/m68k/platform/coldfire/m5272.c | 2 | ||||
-rw-r--r-- | arch/m68k/platform/coldfire/m527x.c | 2 | ||||
-rw-r--r-- | arch/m68k/platform/coldfire/m528x.c | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/arch/m68k/platform/coldfire/m523x.c b/arch/m68k/platform/coldfire/m523x.c index 2b10e9f198cd..bef0ef364d5e 100644 --- a/arch/m68k/platform/coldfire/m523x.c +++ b/arch/m68k/platform/coldfire/m523x.c | |||
@@ -32,6 +32,7 @@ DEFINE_CLK(mcfpit3, "mcfpit.3", MCF_CLK); | |||
32 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); | 32 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); |
33 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); | 33 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); |
34 | DEFINE_CLK(mcfuart2, "mcfuart.2", MCF_BUSCLK); | 34 | DEFINE_CLK(mcfuart2, "mcfuart.2", MCF_BUSCLK); |
35 | DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK); | ||
35 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); | 36 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); |
36 | 37 | ||
37 | struct clk *mcf_clks[] = { | 38 | struct clk *mcf_clks[] = { |
@@ -44,6 +45,7 @@ struct clk *mcf_clks[] = { | |||
44 | &clk_mcfuart0, | 45 | &clk_mcfuart0, |
45 | &clk_mcfuart1, | 46 | &clk_mcfuart1, |
46 | &clk_mcfuart2, | 47 | &clk_mcfuart2, |
48 | &clk_mcfqspi0, | ||
47 | &clk_fec0, | 49 | &clk_fec0, |
48 | NULL | 50 | NULL |
49 | }; | 51 | }; |
diff --git a/arch/m68k/platform/coldfire/m5249.c b/arch/m68k/platform/coldfire/m5249.c index c80b5e51d29a..405ff3ca4f4f 100644 --- a/arch/m68k/platform/coldfire/m5249.c +++ b/arch/m68k/platform/coldfire/m5249.c | |||
@@ -26,6 +26,7 @@ DEFINE_CLK(mcftmr0, "mcftmr.0", MCF_BUSCLK); | |||
26 | DEFINE_CLK(mcftmr1, "mcftmr.1", MCF_BUSCLK); | 26 | DEFINE_CLK(mcftmr1, "mcftmr.1", MCF_BUSCLK); |
27 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); | 27 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); |
28 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); | 28 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); |
29 | DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK); | ||
29 | 30 | ||
30 | struct clk *mcf_clks[] = { | 31 | struct clk *mcf_clks[] = { |
31 | &clk_pll, | 32 | &clk_pll, |
@@ -34,6 +35,7 @@ struct clk *mcf_clks[] = { | |||
34 | &clk_mcftmr1, | 35 | &clk_mcftmr1, |
35 | &clk_mcfuart0, | 36 | &clk_mcfuart0, |
36 | &clk_mcfuart1, | 37 | &clk_mcfuart1, |
38 | &clk_mcfqspi0, | ||
37 | NULL | 39 | NULL |
38 | }; | 40 | }; |
39 | 41 | ||
diff --git a/arch/m68k/platform/coldfire/m525x.c b/arch/m68k/platform/coldfire/m525x.c index 5b9f657b2df0..1adba3909035 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); | |||
26 | DEFINE_CLK(mcftmr1, "mcftmr.1", MCF_BUSCLK); | 26 | DEFINE_CLK(mcftmr1, "mcftmr.1", MCF_BUSCLK); |
27 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); | 27 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); |
28 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); | 28 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); |
29 | DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK); | ||
29 | 30 | ||
30 | struct clk *mcf_clks[] = { | 31 | struct clk *mcf_clks[] = { |
31 | &clk_pll, | 32 | &clk_pll, |
@@ -34,6 +35,7 @@ struct clk *mcf_clks[] = { | |||
34 | &clk_mcftmr1, | 35 | &clk_mcftmr1, |
35 | &clk_mcfuart0, | 36 | &clk_mcfuart0, |
36 | &clk_mcfuart1, | 37 | &clk_mcfuart1, |
38 | &clk_mcfqspi0, | ||
37 | NULL | 39 | NULL |
38 | }; | 40 | }; |
39 | 41 | ||
diff --git a/arch/m68k/platform/coldfire/m5272.c b/arch/m68k/platform/coldfire/m5272.c index a8c5856fe5ec..8a4d3cc322c6 100644 --- a/arch/m68k/platform/coldfire/m5272.c +++ b/arch/m68k/platform/coldfire/m5272.c | |||
@@ -39,6 +39,7 @@ DEFINE_CLK(mcftmr2, "mcftmr.2", MCF_BUSCLK); | |||
39 | DEFINE_CLK(mcftmr3, "mcftmr.3", MCF_BUSCLK); | 39 | DEFINE_CLK(mcftmr3, "mcftmr.3", MCF_BUSCLK); |
40 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); | 40 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); |
41 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); | 41 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); |
42 | DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK); | ||
42 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); | 43 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); |
43 | 44 | ||
44 | struct clk *mcf_clks[] = { | 45 | struct clk *mcf_clks[] = { |
@@ -50,6 +51,7 @@ struct clk *mcf_clks[] = { | |||
50 | &clk_mcftmr3, | 51 | &clk_mcftmr3, |
51 | &clk_mcfuart0, | 52 | &clk_mcfuart0, |
52 | &clk_mcfuart1, | 53 | &clk_mcfuart1, |
54 | &clk_mcfqspi0, | ||
53 | &clk_fec0, | 55 | &clk_fec0, |
54 | NULL | 56 | NULL |
55 | }; | 57 | }; |
diff --git a/arch/m68k/platform/coldfire/m527x.c b/arch/m68k/platform/coldfire/m527x.c index 6fbfe9096c3e..782e620460b1 100644 --- a/arch/m68k/platform/coldfire/m527x.c +++ b/arch/m68k/platform/coldfire/m527x.c | |||
@@ -33,6 +33,7 @@ DEFINE_CLK(mcfpit3, "mcfpit.3", MCF_CLK); | |||
33 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); | 33 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); |
34 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); | 34 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); |
35 | DEFINE_CLK(mcfuart2, "mcfuart.2", MCF_BUSCLK); | 35 | DEFINE_CLK(mcfuart2, "mcfuart.2", MCF_BUSCLK); |
36 | DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK); | ||
36 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); | 37 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); |
37 | DEFINE_CLK(fec1, "fec.1", MCF_BUSCLK); | 38 | DEFINE_CLK(fec1, "fec.1", MCF_BUSCLK); |
38 | 39 | ||
@@ -46,6 +47,7 @@ struct clk *mcf_clks[] = { | |||
46 | &clk_mcfuart0, | 47 | &clk_mcfuart0, |
47 | &clk_mcfuart1, | 48 | &clk_mcfuart1, |
48 | &clk_mcfuart2, | 49 | &clk_mcfuart2, |
50 | &clk_mcfqspi0, | ||
49 | &clk_fec0, | 51 | &clk_fec0, |
50 | &clk_fec1, | 52 | &clk_fec1, |
51 | NULL | 53 | NULL |
diff --git a/arch/m68k/platform/coldfire/m528x.c b/arch/m68k/platform/coldfire/m528x.c index b03a9d271837..d8348c9a42fa 100644 --- a/arch/m68k/platform/coldfire/m528x.c +++ b/arch/m68k/platform/coldfire/m528x.c | |||
@@ -34,6 +34,7 @@ DEFINE_CLK(mcfpit3, "mcfpit.3", MCF_CLK); | |||
34 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); | 34 | DEFINE_CLK(mcfuart0, "mcfuart.0", MCF_BUSCLK); |
35 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); | 35 | DEFINE_CLK(mcfuart1, "mcfuart.1", MCF_BUSCLK); |
36 | DEFINE_CLK(mcfuart2, "mcfuart.2", MCF_BUSCLK); | 36 | DEFINE_CLK(mcfuart2, "mcfuart.2", MCF_BUSCLK); |
37 | DEFINE_CLK(mcfqspi0, "mcfqspi.0", MCF_BUSCLK); | ||
37 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); | 38 | DEFINE_CLK(fec0, "fec.0", MCF_BUSCLK); |
38 | 39 | ||
39 | struct clk *mcf_clks[] = { | 40 | struct clk *mcf_clks[] = { |
@@ -46,6 +47,7 @@ struct clk *mcf_clks[] = { | |||
46 | &clk_mcfuart0, | 47 | &clk_mcfuart0, |
47 | &clk_mcfuart1, | 48 | &clk_mcfuart1, |
48 | &clk_mcfuart2, | 49 | &clk_mcfuart2, |
50 | &clk_mcfqspi0, | ||
49 | &clk_fec0, | 51 | &clk_fec0, |
50 | NULL | 52 | NULL |
51 | }; | 53 | }; |