diff options
author | Tomáš Čech <sleep_walker@suse.cz> | 2009-09-11 07:57:02 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-11-30 20:02:49 -0500 |
commit | d0a92fd3b84bf707f6b32f31d0f09d2b7bb1ad67 (patch) | |
tree | 8a0100ac36371afab0725ca66325a46e677be77c /arch/arm/mach-pxa/include | |
parent | bb2ae8f0325221a2dfd9eb31554f42e9c24abdf2 (diff) |
[ARM] pxa/treo: add Palm Centro 685 support
Signed-off-by: Tomáš Čech <sleep_walker@suse.cz>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/include')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/palmtreo.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/palmtreo.h b/arch/arm/mach-pxa/include/mach/palmtreo.h index 8cb0bca7f707..2d3f14e3be29 100644 --- a/arch/arm/mach-pxa/include/mach/palmtreo.h +++ b/arch/arm/mach-pxa/include/mach/palmtreo.h | |||
@@ -3,6 +3,7 @@ | |||
3 | * | 3 | * |
4 | * currently supported: | 4 | * currently supported: |
5 | * Palm Treo 680 (GSM) | 5 | * Palm Treo 680 (GSM) |
6 | * Palm Centro 685 (GSM) | ||
6 | * | 7 | * |
7 | * Author: Tomas Cech <sleep_walker@suse.cz> | 8 | * Author: Tomas Cech <sleep_walker@suse.cz> |
8 | * | 9 | * |
@@ -45,6 +46,12 @@ | |||
45 | #define GPIO_NR_TREO680_BT_EN 43 | 46 | #define GPIO_NR_TREO680_BT_EN 43 |
46 | #endif /* CONFIG_MACH_TREO680 */ | 47 | #endif /* CONFIG_MACH_TREO680 */ |
47 | 48 | ||
49 | /* Centro685 specific GPIOs */ | ||
50 | #define GPIO_NR_CENTRO_SD_POWER 21 | ||
51 | #define GPIO_NR_CENTRO_VIBRATE_EN 22 | ||
52 | #define GPIO_NR_CENTRO_KEYB_BL 33 | ||
53 | #define GPIO_NR_CENTRO_BT_EN 80 | ||
54 | |||
48 | /* Various addresses */ | 55 | /* Various addresses */ |
49 | #define TREO_PHYS_RAM_START 0xa0000000 | 56 | #define TREO_PHYS_RAM_START 0xa0000000 |
50 | #define TREO_PHYS_IO_START 0x40000000 | 57 | #define TREO_PHYS_IO_START 0x40000000 |