summaryrefslogtreecommitdiff
path: root/arch/sh/boards/board-rsk7203.c
AgeCommit message (Collapse)AuthorFilesLines
2008-12-22sh: Consolidate rsk7203/7201 in to a new mach-rsk.Paul Mundt1-179/+0
RSK+ platforms have quite a few characteristics in common, so roll them together in to a shiny new RSK mach-type. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-10-21sh: rsk7203: leds-gpio support for RSK+ LEDs.Paul Mundt1-5/+37
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-10-21sh: Fix up the SH7203 build.Paul Mundt1-1/+1
The sh7203.h include paths were missed in the previous update, so switch the include path to cpu/ as with the rest. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-10-20sh: Use sh7203 GPIO on rsk7203 boardMagnus Damm1-0/+11
Make the rsk7203 board use the newly added sh7203 pinmux code. Only a single LED plus the serial console pins for now. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2008-07-29sh: Move out individual boards without mach groups.Paul Mundt1-0/+136
Signed-off-by: Paul Mundt <lethal@linux-sh.org>