aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/coldfire/m5441x.c
diff options
context:
space:
mode:
authorGravatar Angelo Dureghello <angelo@sysam.it> 2019-01-19 21:14:41 +0100
committerGravatar Greg Ungerer <gerg@kernel.org> 2019-02-25 11:04:05 +1000
commitd7e9d01ac2920959b474c6363dba269a868f4db9 (patch)
tree48fd5a66786a79df6a0f8880133db007540f1dd2 /arch/m68k/coldfire/m5441x.c
parentLinux 5.0-rc8 (diff)
downloadlinux-d7e9d01ac2920959b474c6363dba269a868f4db9.tar.gz
linux-d7e9d01ac2920959b474c6363dba269a868f4db9.tar.bz2
linux-d7e9d01ac2920959b474c6363dba269a868f4db9.zip
m68k: add ColdFire mcf5441x eDMA platform support
This patch adds support for ColdFire eDMA platform driver. Signed-off-by: Angelo Dureghello <angelo@sysam.it> Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/coldfire/m5441x.c')
-rw-r--r--arch/m68k/coldfire/m5441x.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/m68k/coldfire/m5441x.c b/arch/m68k/coldfire/m5441x.c
index 55392af845fb..5bd24c9b865d 100644
--- a/arch/m68k/coldfire/m5441x.c
+++ b/arch/m68k/coldfire/m5441x.c
@@ -137,6 +137,8 @@ struct clk *mcf_clks[] = {
static struct clk * const enable_clks[] __initconst = {
/* make sure these clocks are enabled */
+ &__clk_0_15, /* dspi.1 */
+ &__clk_0_17, /* eDMA */
&__clk_0_18, /* intc0 */
&__clk_0_19, /* intc0 */
&__clk_0_20, /* intc0 */
@@ -157,8 +159,6 @@ static struct clk * const disable_clks[] __initconst = {
&__clk_0_8, /* can.0 */
&__clk_0_9, /* can.1 */
&__clk_0_14, /* i2c.1 */
- &__clk_0_15, /* dspi.1 */
- &__clk_0_17, /* eDMA */
&__clk_0_22, /* i2c.0 */
&__clk_0_23, /* dspi.0 */
&__clk_0_28, /* tmr.1 */