diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-09-01 00:56:07 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-09-23 23:04:38 +0200 |
commit | 24ff4cdde79a88720c3eadda3b565f2e4ea07fd2 (patch) | |
tree | 35a563cae6d0c573285cfbcf88d529ae9252aeb4 /arch/arm/mach-pxa/include/mach/littleton.h | |
parent | [ARM] pxa/corgi: remove now unused corgi_ssp.c and corgi_lcd.c (diff) | |
download | linux-24ff4cdde79a88720c3eadda3b565f2e4ea07fd2.tar.xz linux-24ff4cdde79a88720c3eadda3b565f2e4ea07fd2.zip |
[ARM] pxa/littleton: add support for SPI-based TDO24M LCD panel driver
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach/littleton.h')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/littleton.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/littleton.h b/arch/arm/mach-pxa/include/mach/littleton.h index 79d209b826f4..5c4e320c1437 100644 --- a/arch/arm/mach-pxa/include/mach/littleton.h +++ b/arch/arm/mach-pxa/include/mach/littleton.h @@ -3,4 +3,6 @@ #define LITTLETON_ETH_PHYS 0x30000000 +#define LITTLETON_GPIO_LCD_CS (17) + #endif /* __ASM_ARCH_ZYLONITE_H */ |