From fbdd9a70c21002c6ce50cd653380641a8b575eff Mon Sep 17 00:00:00 2001 From: Magnus Damm Date: Wed, 7 Jan 2009 20:35:21 +0900 Subject: sh: ap325rxa MMC support using spi_gpio and mmc_spi This patch adds CN3 MMC support for ap325rxa using the mmc_spi driver on top of the bitbanging spi_gpio driver. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- arch/sh/boards/board-ap325rxa.c | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'arch/sh') diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 25a3306ce8d..caf4c33f4e8 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c @@ -20,6 +20,8 @@ #include #include #include +#include +#include #include #include #include