summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mvebu/include/mach/cpu.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2015-06-29 14:58:10 +0200
committerLuka Perkov <luka.perkov@sartura.hr>2015-07-10 14:54:09 +0200
commit7f1adcd74f9d0dcff8759bd2262ad40c44e1a99d (patch)
treeefa357ca899bded65fbf30e11f16d798d5a78897 /arch/arm/mach-mvebu/include/mach/cpu.h
parent492d3223b076a9705b64897a061b60720f50d18b (diff)
downloadblackbird-obmc-uboot-7f1adcd74f9d0dcff8759bd2262ad40c44e1a99d.tar.gz
blackbird-obmc-uboot-7f1adcd74f9d0dcff8759bd2262ad40c44e1a99d.zip
arm: mvebu: Add SDIO/SDHCI support for Armada A38x
Armada A38x implements an SDHCI compatible SDIO controller. This patch enables the Marvell driver to support this SoC. And enables the SDIO controller if selected by the board configuration. Tested on Marvell DB-88F6820-GP board. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Pantelis Antoniou <panto@antoniou-consulting.com> Cc: Luka Perkov <luka.perkov@sartura.hr>
Diffstat (limited to 'arch/arm/mach-mvebu/include/mach/cpu.h')
-rw-r--r--arch/arm/mach-mvebu/include/mach/cpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/cpu.h b/arch/arm/mach-mvebu/include/mach/cpu.h
index 3b48460a0b..4bdb6331e1 100644
--- a/arch/arm/mach-mvebu/include/mach/cpu.h
+++ b/arch/arm/mach-mvebu/include/mach/cpu.h
@@ -114,6 +114,8 @@ void mvebu_sdram_size_adjust(enum memory_bank bank);
int mvebu_mbus_probe(struct mbus_win windows[], int count);
int mvebu_soc_family(void);
+int mv_sdh_init(unsigned long regbase, u32 max_clk, u32 min_clk, u32 quirks);
+
/*
* Highspeed SERDES PHY config init, ported from bin_hdr
* to mainline U-Boot
OpenPOWER on IntegriCloud