diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2012-11-13 16:43:09 +0900 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-11-22 07:01:51 +0000 |
commit | f17073a3aec601cb9aba6d8c1c6dbc8c6a919c07 (patch) | |
tree | 4b17d50752e378d212bd283b1dfa4ee9a2e06c5b /arch/arm/mach-kirkwood/common.h | |
parent | 88bc4a36a985ac14bd60fdc4fee00c68874c52f1 (diff) |
ARM: kirkwood: Add Plat'Home OpenBlocks A6 support
Add support for Plat'Home OpenBlocks A6 using the device tree
where possible.
This commit supports SATA, USB, ether and serial console.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
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.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/common.h b/arch/arm/mach-kirkwood/common.h index f86fcced0bb..3e079d1d99d 100644 --- a/arch/arm/mach-kirkwood/common.h +++ b/arch/arm/mach-kirkwood/common.h @@ -134,6 +134,12 @@ void nsa310_init(void); static inline void nsa310_init(void) {}; #endif +#ifdef CONFIG_MACH_OPENBLOCKS_A6_DT +void openblocks_a6_init(void); +#else +static inline void openblocks_a6_init(void) {}; +#endif + #ifdef CONFIG_MACH_TOPKICK_DT void usi_topkick_init(void); #else |