diff options
author | Valentin Longchamp <valentin.longchamp@epfl.ch> | 2010-02-09 17:13:36 (GMT) |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2010-02-10 10:11:56 (GMT) |
commit | e335c75cf32b7014f84c90bbe7ed9b7ecd8e7778 (patch) | |
tree | 44182d22d8a9befa3eedb747a20294bb5b24369b /arch/arm/plat-mxc | |
parent | cda82f85c2bba92daa3d017f7c7bc5f8c61a2e11 (diff) | |
download | linux-e335c75cf32b7014f84c90bbe7ed9b7ecd8e7778.tar.xz |
mx31moboard: support for the smartbot baseboard
This baseboard is used on the handbot and eybot robots.
The sel gpios are used as enables and rst signals on smartbot, thus the
sel init is moved from mx31moboard file to board files.
Signed-off-by: Valentin Longchamp <valentin.longchamp@epfl.ch>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r-- | arch/arm/plat-mxc/include/mach/board-mx31moboard.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/board-mx31moboard.h b/arch/arm/plat-mxc/include/mach/board-mx31moboard.h index d5be6b5..fc5fec9 100644 --- a/arch/arm/plat-mxc/include/mach/board-mx31moboard.h +++ b/arch/arm/plat-mxc/include/mach/board-mx31moboard.h @@ -25,6 +25,7 @@ enum mx31moboard_boards { MX31NOBOARD = 0, MX31DEVBOARD = 1, MX31MARXBOT = 2, + MX31SMARTBOT = 3, }; /* @@ -34,6 +35,7 @@ enum mx31moboard_boards { extern void mx31moboard_devboard_init(void); extern void mx31moboard_marxbot_init(void); +extern void mx31moboard_smartbot_init(void); #endif |