summaryrefslogtreecommitdiff
path: root/arch/arm/mach-at91/include
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2015-11-02 02:57:09 (GMT)
committerAndreas Bießmann <andreas.devel@googlemail.com>2015-11-03 13:21:31 (GMT)
commita3b59b1523727da932b284737fbfc93a7f962125 (patch)
treee4d78fe2f089d8b2d933433895a2453ef8709213 /arch/arm/mach-at91/include
parentc19000556e1d21bc5830464b6b9964a977ab1e32 (diff)
downloadu-boot-fsl-qoriq-a3b59b1523727da932b284737fbfc93a7f962125.tar.xz
mmc: atmel: Add atmel sdhci support
The SDHCI is introduced by sama5d2, named as Secure Digital Multimedia Card Controller(SDMMC). It supports the embedded MultiMedia Card (e.MMC) Specification V4.41, the SD Memory Card Specification V3.0, and the SDIO V3.0 specification. It is compliant with the SD Host Controller Standard V3.0 specification. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/mach-at91/include')
-rw-r--r--arch/arm/mach-at91/include/mach/atmel_sdhci.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/include/mach/atmel_sdhci.h b/arch/arm/mach-at91/include/mach/atmel_sdhci.h
new file mode 100644
index 0000000..9652bc2
--- /dev/null
+++ b/arch/arm/mach-at91/include/mach/atmel_sdhci.h
@@ -0,0 +1,13 @@
+/*
+ * Copyright (c) 2015 Atmel Corporation
+ * Wenyou.Yang <wenyou.yang@atmel.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __ATMEL_SDHCI_H
+#define __ATMEL_SDHCI_H
+
+int atmel_sdhci_init(void *regbase, u32 id);
+
+#endif