Full support for Ginger Console
[linux-ginger.git] / arch / arm / mach-omap2 / board-omap3evm-camera.h
blob5eaffc597692709efbb8971f8f7cde7a519d206d
1 /*
2 * arch/arm/mach-omap2/board-omap3evm-dc.h
4 * Copyright (C) 2008 Texas Instruments Inc
5 * Author: Vaibhav Hiremath <hvaibhav@ti.com>
7 * Contributors:
8 * Anuj Aggarwal <anuj.aggarwal@ti.com>
9 * Sivaraj R <sivaraj@ti.com>
11 * This package is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License version 2 as
13 * published by the Free Software Foundation.
15 * This program is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
26 #ifndef __BOARD_OMAP3EVM_DC_H_
27 #define __BOARD_OMAP3EVM_DC_H_
29 /* mux id to enable/disable signal routing to different peripherals */
30 enum omap3evmdc_mux {
31 MUX_TVP5146 = 0,
32 MUX_CAMERA_SENSOR,
33 MUX_EXP_CAMERA_SENSOR,
34 NUM_MUX
37 /* enum to enable or disable mux */
38 enum config_mux {
39 DISABLE_MUX,
40 ENABLE_MUX
43 #endif /* __BOARD_OMAP3EVM_DC_H_ */