On Mon, May 26, 2014 at 09:29:48PM +0200, Andrew Lunn wrote:
There is currently no DT binding for the CPLD which controls the LEDs
on the Net 2Big and Net 5Big. So use a platform device.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
v3-v4:
rename board-nextbig.c to nextbig.c
---
arch/arm/mach-mvebu/Kconfig | 7 ++
arch/arm/mach-mvebu/Makefile | 1 +
arch/arm/mach-mvebu/board.h | 5 ++
arch/arm/mach-mvebu/kirkwood.c | 3 +
arch/arm/mach-mvebu/netxbig.c | 191 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 207 insertions(+)
create mode 100644 arch/arm/mach-mvebu/netxbig.c
Applied to mvebu/soc
thx,
Jason.