aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/board.h
Commit message (Collapse)AuthorAgeFilesLines
* ARM: Kirkwood: Add setup file for netxbig LEDsAndrew Lunn2014-06-201-0/+5
| | | | | | | | | | 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> Link: https://lkml.kernel.org/r/1401132591-26305-2-git-send-email-andrew@lunn.ch Tested-by: Simon Guinot <simon.guinot@sequanux.org> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: Kirkwood: t5325: Remove platform device to instantiate audioAndrew Lunn2014-05-081-6/+0
| | | | | | | | | | Remove platform device instantiating of the audio, which results in board-t5325.c being removed. A DT node will be added to take its place. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Link: https://lkml.kernel.org/r/1399141819-23924-7-git-send-email-andrew@lunn.ch Signed-off-by: Jason Cooper <jason@lakedaemon.net>
* ARM: kirkwood: Add HP T5325 thin clientAndrew Lunn2014-02-251-0/+22
Convert the kirkwood t5325-setup.c to mostly device tree for mach-mvebu. Part of the audio setup needs to remain in C for the moment until suitable bindings are designed and implemented. So add board code, triggered by the compatibility string. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Jason Cooper <jason@lakedaemon.net>