[PATCH v4 03/22] ARM: Kirkwood: Convert mv88f6281gtw_ge switch setup to DT
From: Jason Cooper <hidden>
Date: 2014-02-22 20:23:02
On Sat, Feb 22, 2014 at 09:20:31PM +0100, Andrew Lunn wrote:
On Sat, Feb 22, 2014 at 02:50:16PM -0500, Jason Cooper wrote:quoted
On Sat, Feb 22, 2014 at 08:14:45PM +0100, Andrew Lunn wrote:quoted
The mv88f6281gtw_ge has a ethernet switch connected to the ethernet port of the SoC. Convert the platform device instantiation to a DT instantiation. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Acked-by: Arnd Bergmann <arnd@arndb.de> Tested-by: Jason Gunthorpe <redacted> Cc: florian at openwrt.org --- v2 Remove the spurius Module.symvers Really do describe the switch in DT. --- arch/arm/boot/dts/kirkwood-mv88f6281gtw-ge.dts | 62 ++++++++++++++++++++++++++ arch/arm/mach-kirkwood/Kconfig | 7 --- arch/arm/mach-kirkwood/Makefile | 1 - arch/arm/mach-kirkwood/board-dt.c | 3 -- arch/arm/mach-kirkwood/board-mv88f6281gtw_ge.c | 50 --------------------- arch/arm/mach-kirkwood/common.h | 7 --- 6 files changed, 62 insertions(+), 68 deletions(-) delete mode 100644 arch/arm/mach-kirkwood/board-mv88f6281gtw_ge.cYou know, I think this is the last time we'll have to tie code changes and dts file changes together...Humm, if we part convert T5325 and OpenRD it won't be.
Depends on how critical we think audio and leds are to those boards... thx, Jason.