[PATCH] ARM: kirkwood: remove lagacy clk workarounds
From: Jason Cooper <hidden>
Date: 2013-10-18 14:48:18
Also in:
lkml
From: Jason Cooper <hidden>
Date: 2013-10-18 14:48:18
Also in:
lkml
On Fri, Oct 18, 2013 at 01:54:13PM +0200, Sebastian Hesselbarth wrote:
With legacy devices converted to DT and a proper ethernet MAC workaround, we can now remove the clk workarounds for legacy devices. While at it, also cleanup the list of includes. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> --- As a follow-up patch for latest mvebu PRs, this patch is based on git://git.infradead.org/linux-mvebu.git tags/soc-3.13-2 Cc: Jason Cooper <redacted> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Russell King <redacted> Cc: Kevin Hilman <redacted> Cc: linux-arm-kernel at lists.infradead.org Cc: linux-kernel at vger.kernel.org --- arch/arm/mach-kirkwood/board-dt.c | 42 ++---------------------------------- 1 files changed, 3 insertions(+), 39 deletions(-)
Applied to mvebu/soc thx, Jason.