[U-Boot] [PATCH v12 7/8] arm: faraday: add missing header file for FTSDC021

Kuo-Jung Su dantesu at gmail.com
Tue Apr 1 10:46:58 CEST 2014


From: Kuo-Jung Su <dantesu at faraday-tech.com>

For the Faraday FTSDC021 (SDHCI) controller driver source is
sent out before the patches for Faraday Virtual Machine (FVM)
which actually uses this chip.

So its header file (ftsdc021.h) has been accidentally removed
by commit 3b98b57fa.

This patch simply rollback this removal.

Signed-off-by: Kuo-Jung Su <dantesu at faraday-tech.com>
CC: Albert Aribaud <albert.u.boot at aribaud.net>
---
Changes for v11, v12:
	- Nothing updates

Changes for v10:
	- Initial commit

 include/faraday/ftsdc021.h |   13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 include/faraday/ftsdc021.h

diff --git a/include/faraday/ftsdc021.h b/include/faraday/ftsdc021.h
new file mode 100644
index 0000000..de8e250
--- /dev/null
+++ b/include/faraday/ftsdc021.h
@@ -0,0 +1,13 @@
+/*
+ * (C) Copyright 2013 Faraday Technology
+ * Dante Su <dantesu at faraday-tech.com>
+ *
+ * SPDX-License-Identifier:    GPL-2.0+
+ */
+
+#ifndef __FTSDC021_H
+#define __FTSDC021_H
+
+int ftsdc021_sdhci_init(u32 regbase);
+
+#endif /* __FTSDC021_H */
--
1.7.9.5



More information about the U-Boot mailing list