aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/common.h
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2012-12-09 13:40:04 -0500
committerArnd Bergmann <arnd@arndb.de>2013-02-28 12:57:07 -0500
commit9b47a4fb7760fabfbbc33b7d7703454684f36782 (patch)
tree2528c2cf86ab1bfe904dd36c641a328c671d56c9 /arch/arm/mach-kirkwood/common.h
parent491221451b9998cf182770f2b5f8b3a8b141dd81 (diff)
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 e956d0277dd1..537bdf816af7 100644
--- a/arch/arm/mach-kirkwood/common.h
+++ b/arch/arm/mach-kirkwood/common.h
@@ -60,6 +60,11 @@ void dreamplug_init(void);
60#else 60#else
61static inline void dreamplug_init(void) {}; 61static inline void dreamplug_init(void) {};
62#endif 62#endif
63#ifdef CONFIG_MACH_GURUPLUG_DT
64void guruplug_dt_init(void);
65#else
66static inline void guruplug_dt_init(void) {};
67#endif
63#ifdef CONFIG_MACH_TS219_DT 68#ifdef CONFIG_MACH_TS219_DT
64void qnap_dt_ts219_init(void); 69void qnap_dt_ts219_init(void);
65#else 70#else