diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2010-12-10 16:22:47 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 19:29:07 +0100 |
commit | 1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5 (patch) | |
tree | d9455a01c8ec8a8218284468c117575930117f21 /arch/arm/mach-mxs/module-tx28.h | |
parent | ccb24d50b7ee242a2bf2dd208193f7335a3a0d7d (diff) | |
download | talos-obmc-linux-1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5.tar.gz talos-obmc-linux-1cb59f9f79f4ed89845f6f8bebf0273442e1ccd5.zip |
ARM: mxs: Initial support for Ka-Ro TX28
Based on code created by Lothar Waßmann, Sascha Hauer, Wolfram Sang and
me.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs/module-tx28.h')
-rw-r--r-- | arch/arm/mach-mxs/module-tx28.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/module-tx28.h b/arch/arm/mach-mxs/module-tx28.h new file mode 100644 index 000000000000..df9e1b6e81bf --- /dev/null +++ b/arch/arm/mach-mxs/module-tx28.h @@ -0,0 +1,9 @@ +/* + * Copyright (C) 2010 Pengutronix + * Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of the GNU General Public License version 2 as published by the + * Free Software Foundation. + */ +int __init tx28_add_fec0(void); |