f8361f41b82124cd9993ebe3a3ade98b25d98da1
[openwrt/svn-archive/archive.git] / target / linux / pxa / patches-2.6.21 / 001-pxa-regs-additions.patch
1 Index: linux-2.6.21.7/include/asm-arm/arch-pxa/pxa-regs.h
2 ===================================================================
3 --- linux-2.6.21.7.orig/include/asm-arm/arch-pxa/pxa-regs.h
4 +++ linux-2.6.21.7/include/asm-arm/arch-pxa/pxa-regs.h
5 @@ -1316,6 +1316,7 @@
6 #define GPIO77_LCD_ACBIAS 77 /* LCD AC Bias */
7 #define GPIO78_nCS_2 78 /* chip select 2 */
8 #define GPIO79_nCS_3 79 /* chip select 3 */
9 +#define GPIO79_pSKTSEL 79 /* Socket Select for Card Space (PXA27x) */
10 #define GPIO80_nCS_4 80 /* chip select 4 */
11 #define GPIO81_NSCLK 81 /* NSSP clock */
12 #define GPIO82_NSFRM 82 /* NSSP Frame */
13 @@ -1324,6 +1325,7 @@
14 #define GPIO85_nPCE_1 85 /* Card Enable for Card Space (PXA27x) */
15 #define GPIO92_MMCDAT0 92 /* MMC DAT0 (PXA27x) */
16 #define GPIO102_nPCE_1 102 /* PCMCIA (PXA27x) */
17 +#define GPIO105_nPCE_2 105 /* Card Enable for Card Space (PXA27x) */
18 #define GPIO109_MMCDAT1 109 /* MMC DAT1 (PXA27x) */
19 #define GPIO110_MMCDAT2 110 /* MMC DAT2 (PXA27x) */
20 #define GPIO110_MMCCS0 110 /* MMC Chip Select 0 (PXA27x) */
21 @@ -1468,6 +1470,7 @@
22 #define GPIO92_MMCDAT0_MD (92 | GPIO_ALT_FN_1_OUT)
23 #define GPIO102_nPCE_1_MD (102 | GPIO_ALT_FN_1_OUT)
24 #define GPIO104_pSKTSEL_MD (104 | GPIO_ALT_FN_1_OUT)
25 +#define GPIO105_nPCE_2_MD (105 | GPIO_ALT_FN_1_OUT)
26 #define GPIO109_MMCDAT1_MD (109 | GPIO_ALT_FN_1_OUT)
27 #define GPIO110_MMCDAT2_MD (110 | GPIO_ALT_FN_1_OUT)
28 #define GPIO110_MMCCS0_MD (110 | GPIO_ALT_FN_1_OUT)