upload tizen1.0 source
[kernel/linux-2.6.36.git] / arch / arm / mach-s5pv310 / gpio-c1.h
1 /*
2  * Copyright (C) 2010 Samsung Electrnoics
3  */
4
5 #ifndef __MOBILE_GPIO_C1_H
6 #define __MOBILE_GPIO_C1_H
7
8 #define SLP_C1_REV00    0x0
9 #define SLP_C1_REV01    0x1
10 #define SLP_C1_REV02    0x2
11 #define SLP_C1_REV03    0x3
12 #define SLP_C1_REV04    0x4
13 #define SLP_C1_REV05    0x5
14
15 /* C1 GPIOs */
16 enum {
17         GPIO_MICBIAS_EN,
18         GPIO_EAR_MICBIAS_EN,
19         GPIO_DET_3_5,
20         GPIO_EAR_SEND_END,
21         GPIO_CP_ON,
22         GPIO_IPC_SLAVE_WAKEUP,
23         GPIO_IPC_HOST_WAKEUP,
24         GPIO_CP_DUMP_INT,
25         GPIO_SUSPEND_REQUEST_HSIC,
26         GPIO_CP_PMU_RST,
27         GPIO_PHONE_ACTIVE,
28         GPIO_ACTIVE_STATE_HSIC,
29         GPIO_PDA_ACTIVE,
30         GPIO_RESET_REQ_N,
31         GPIO_UART_SEL,
32
33         GPIO_REV,
34         GPIO_MAX,
35 };
36
37 #endif