[PATCH 03/21] ARM: Kirkwood: Convert mv88f6281gtw_ge switch setup to DT
From: andrew@lunn.ch (Andrew Lunn)
Date: 2014-02-07 09:02:48
On Fri, Feb 07, 2014 at 09:25:05AM +0100, Thomas Petazzoni wrote:
Dear Andrew Lunn, On Fri, 7 Feb 2014 00:41:59 +0100, Andrew Lunn wrote:quoted
The mv88f6281gtw_ge has a ethernet switch connected to the ethernet port of the SoC. Convert the platform device instantiationn to a DT instantiation. Signed-off-by: Andrew Lunn <andrew@lunn.ch> --- arch/arm/mach-kirkwood/Kconfig | 7 ---- arch/arm/mach-kirkwood/Makefile | 1 - arch/arm/mach-kirkwood/Module.symvers | 0 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, 68 deletions(-) create mode 100644 arch/arm/mach-kirkwood/Module.symversThis is probably a mistake.quoted
delete mode 100644 arch/arm/mach-kirkwood/board-mv88f6281gtw_ge.cHum, I maybe missed something, but where are the corresponding DT informations added to replace the C description of the Ethernet switch?
Hi Thomas Yes, i screwed that patch up somewhere. It will be fixed in v2. Andrew