From adebb98ba12008021e75a2881deb424db0184770 Mon Sep 17 00:00:00 2001 From: Kuo-Jung Su Date: Mon, 25 Nov 2013 10:51:41 +0800 Subject: mmc: add Faraday FTSDC021 SDHCI controller support Faraday FTSDC021 is a controller which is compliant with SDHCI v3.0, SDIO v2.0 and MMC v4.3. However this driver is only verified with SD memory cards. Signed-off-by: Kuo-Jung Su Acked-by: Pantelis Antoniou CC: Andy Fleming --- include/faraday/ftsdc021.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 include/faraday/ftsdc021.h (limited to 'include/faraday') diff --git a/include/faraday/ftsdc021.h b/include/faraday/ftsdc021.h new file mode 100644 index 0000000000..de8e250839 --- /dev/null +++ b/include/faraday/ftsdc021.h @@ -0,0 +1,13 @@ +/* + * (C) Copyright 2013 Faraday Technology + * Dante Su + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +#ifndef __FTSDC021_H +#define __FTSDC021_H + +int ftsdc021_sdhci_init(u32 regbase); + +#endif /* __FTSDC021_H */ -- cgit v1.2.3