From: Andy Green andy.green@linaro.org
Signed-off-by: Andy Green andy@warmcat.com ---
include/asm/arch-omap4/cpu.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/asm/arch-omap4/cpu.h b/include/asm/arch-omap4/cpu.h index 4971ba4..b273356 100644 --- a/include/asm/arch-omap4/cpu.h +++ b/include/asm/arch-omap4/cpu.h @@ -442,6 +442,9 @@ #define I2C_BASE2 (OMAP44XX_L4_PER + 0x72000) #define I2C_BASE3 (OMAP44XX_L4_PER + 0x60000)
+#define O4_GPIO_BASE 0x4a310000 +#define O4_GPIO_BASE2 0x48055000 + #ifdef CONFIG_LCD extern void lcd_disable(void); extern void lcd_panel_disable(void);