summaryrefslogtreecommitdiff
path: root/arch/mips/mach-ath79/include/mach/reset.h
diff options
context:
space:
mode:
authorWills Wang <wills.wang@live.com>2016-03-16 16:59:52 +0800
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-21 01:25:50 +0200
commit1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d (patch)
treef860e8ae8b68fd43f8dd19412aed0e7f6da51585 /arch/mips/mach-ath79/include/mach/reset.h
parent4a48cfc4e57b4b247d94a614b2fbfcf03aa45ea1 (diff)
downloadu-boot-imx-1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d.zip
u-boot-imx-1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d.tar.gz
u-boot-imx-1d3d0f1f1cd8bac8ea0135c92a2bcd5020abfb1d.tar.bz2
mips: add base support for QCA/Atheros ath79 SOCs
This patch add some common code for QCA/Atheros ath79 SOCs such as DDR tuning, chip reset and CPU detection. Signed-off-by: Wills Wang <wills.wang@live.com>
Diffstat (limited to 'arch/mips/mach-ath79/include/mach/reset.h')
-rw-r--r--arch/mips/mach-ath79/include/mach/reset.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/mach-ath79/include/mach/reset.h b/arch/mips/mach-ath79/include/mach/reset.h
new file mode 100644
index 0000000..c383bfe
--- /dev/null
+++ b/arch/mips/mach-ath79/include/mach/reset.h
@@ -0,0 +1,14 @@
+/*
+ * Copyright (C) 2015-2016 Wills Wang <wills.wang@live.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#ifndef __ASM_MACH_RESET_H
+#define __ASM_MACH_RESET_H
+
+#include <linux/types.h>
+
+u32 get_bootstrap(void);
+
+#endif /* __ASM_MACH_RESET_H */