diff options
author | Angelo Dureghello | 2022-02-02 20:47:00 +0100 |
---|---|---|
committer | Greg Ungerer | 2022-03-07 14:51:12 +1000 |
commit | ef09b537c5f09a0bb62c66cae7d0d9359d2a551d (patch) | |
tree | abd5040d06fc454acda6cc360ed8362e72b48864 /arch/m68k/coldfire | |
parent | ffe74a6dc9bc47c7c1bb8e9a3d017f6bd5496d76 (diff) |
m68k: m5441x: remove erroneous clock disable
Remove erroneous esdhc clock disable.
Signed-off-by: Angelo Dureghello <angelo.dureghello@timesys.com>
Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
Diffstat (limited to 'arch/m68k/coldfire')
-rw-r--r-- | arch/m68k/coldfire/m5441x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/m68k/coldfire/m5441x.c b/arch/m68k/coldfire/m5441x.c index 39855044090d..405e9d5c832c 100644 --- a/arch/m68k/coldfire/m5441x.c +++ b/arch/m68k/coldfire/m5441x.c @@ -181,7 +181,6 @@ static struct clk * const disable_clks[] __initconst = { &__clk_0_47, /* ssi.0 */ &__clk_0_49, /* rng */ &__clk_0_50, /* ssi.1 */ - &__clk_0_51, /* eSDHC */ &__clk_0_53, /* enet-fec */ &__clk_0_54, /* enet-fec */ &__clk_0_55, /* switch.0 */ |