diff options
author | Alan M Butler <alanbutty12@gmail.com> | 2012-08-20 10:29:07 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-09-21 11:12:48 -0400 |
commit | 4f48b7fc5ab6286ab4a9522928aa1acc163a4bf3 (patch) | |
tree | 2d73305e47d401925759d2617731faaa2272b05a /arch/arm/mach-kirkwood/common.h | |
parent | 55d512e245bc7699a8800e23df1a24195dd08217 (diff) |
ARM: Kirkwood: Iomega ix2-200 DT support
Add support for the Iomega ix2-200.
Led's and buttons working as of kernel 3.6-rc2
the 3 lines in the network interface do seem to be required as
removing either causes the network card to not be able to reach
the network (at least on my device).
Product page:
http://go.iomega.com/en/products/network-storage-desktop/storcenter-network-storage-solution/network-hard-drive-ix2-200-cloud/?partner=4735#tech_specsItem_tab
Signed-off-by: Alan M Butler <alanbutty12@gmail.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
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 304dd1abfdca..d5d406469b74 100644 --- a/arch/arm/mach-kirkwood/common.h +++ b/arch/arm/mach-kirkwood/common.h | |||
@@ -94,6 +94,12 @@ void lsxl_init(void); | |||
94 | static inline void lsxl_init(void) {}; | 94 | static inline void lsxl_init(void) {}; |
95 | #endif | 95 | #endif |
96 | 96 | ||
97 | #ifdef CONFIG_MACH_IOMEGA_IX2_200_DT | ||
98 | void iomega_ix2_200_init(void); | ||
99 | #else | ||
100 | static inline void iomega_ix2_200_init(void) {}; | ||
101 | #endif | ||
102 | |||
97 | /* early init functions not converted to fdt yet */ | 103 | /* early init functions not converted to fdt yet */ |
98 | char *kirkwood_id(void); | 104 | char *kirkwood_id(void); |
99 | void kirkwood_l2_init(void); | 105 | void kirkwood_l2_init(void); |