summaryrefslogtreecommitdiff
path: root/arch/arm/mach-kirkwood/common.h
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2012-12-09 18:40:04 (GMT)
committerArnd Bergmann <arnd@arndb.de>2013-02-28 17:57:07 (GMT)
commit9b47a4fb7760fabfbbc33b7d7703454684f36782 (patch)
tree2528c2cf86ab1bfe904dd36c641a328c671d56c9 /arch/arm/mach-kirkwood/common.h
parent491221451b9998cf182770f2b5f8b3a8b141dd81 (diff)
downloadlinux-fsl-qoriq-9b47a4fb7760fabfbbc33b7d7703454684f36782.tar.xz
ARM: kirkwood: convert Guruplug Server Plus to use the device tree
Add a device tree entry for the Guruplug Server Plus board. This port was based both on the work done on the dreamplug and the dockstar. It builds, boots and works on my Guruplug Server Plus. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/common.h')
-rw-r--r--arch/arm/mach-kirkwood/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/common.h b/arch/arm/mach-kirkwood/common.h
index e956d02..537bdf8 100644
--- a/arch/arm/mach-kirkwood/common.h
+++ b/arch/arm/mach-kirkwood/common.h
@@ -60,6 +60,11 @@ void dreamplug_init(void);
#else
static inline void dreamplug_init(void) {};
#endif
+#ifdef CONFIG_MACH_GURUPLUG_DT
+void guruplug_dt_init(void);
+#else
+static inline void guruplug_dt_init(void) {};
+#endif
#ifdef CONFIG_MACH_TS219_DT
void qnap_dt_ts219_init(void);
#else