diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-12-10 17:04:38 +0800 |
---|---|---|
committer | Eric Miao <eric.miao@marvell.com> | 2008-12-17 22:52:12 +0800 |
commit | 3b24f30c4f678cfab5c6d090af9559fefa37cc41 (patch) | |
tree | 798cc64b7204152ae974ee120148582e9d6db389 /arch/arm/mach-pxa/include/mach | |
parent | 111059e7f434f05499995aba6b25347bbd6313f2 (diff) | |
download | blackbird-obmc-linux-3b24f30c4f678cfab5c6d090af9559fefa37cc41.tar.gz blackbird-obmc-linux-3b24f30c4f678cfab5c6d090af9559fefa37cc41.zip |
[ARM] pxa/littleton: add preliminary I2C board info (da9034 + max7320)
Signed-off-by: Eric Miao <eric.miao@marvell.com>
Diffstat (limited to 'arch/arm/mach-pxa/include/mach')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/littleton.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/mach-pxa/include/mach/littleton.h b/arch/arm/mach-pxa/include/mach/littleton.h index 5c4e320c1437..6c9b21c51322 100644 --- a/arch/arm/mach-pxa/include/mach/littleton.h +++ b/arch/arm/mach-pxa/include/mach/littleton.h @@ -1,8 +1,13 @@ -#ifndef __ASM_ARCH_ZYLONITE_H -#define __ASM_ARCH_ZYLONITE_H +#ifndef __ASM_ARCH_LITTLETON_H +#define __ASM_ARCH_LITTLETON_H + +#include <mach/gpio.h> #define LITTLETON_ETH_PHYS 0x30000000 #define LITTLETON_GPIO_LCD_CS (17) -#endif /* __ASM_ARCH_ZYLONITE_H */ +#define EXT0_GPIO_BASE (NR_BUILTIN_GPIO) +#define EXT0_GPIO(x) (EXT0_GPIO_BASE + (x)) + +#endif /* __ASM_ARCH_LITTLETON_H */ |