From 54336bb7af38643d2bd559cc63c605478af71e18 Mon Sep 17 00:00:00 2001 From: Jorge Eduardo Candelaria Date: Thu, 25 Mar 2010 16:16:19 -0600 Subject: ASoC: ABE: Use ioremap to get ABE virtual address Drivers should use ioremap as much as possible. ABE depends on abe-twl6040 calling abe_init_mem to get the virtual address the HAL needs to access ABE registers. Signed-off-by: Jorge Eduardo Candelaria Signed-off-by: Margarita Olaya Cabrera --- arch/arm/plat-omap/include/plat/io.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm') diff --git a/arch/arm/plat-omap/include/plat/io.h b/arch/arm/plat-omap/include/plat/io.h index fe0b5e5e49a2..ffc896da0b4a 100644 --- a/arch/arm/plat-omap/include/plat/io.h +++ b/arch/arm/plat-omap/include/plat/io.h @@ -205,6 +205,7 @@ #define L4_PER_44XX_VIRT (L4_PER_44XX_PHYS + OMAP2_L4_IO_OFFSET) #define L4_PER_44XX_SIZE SZ_4M +#define L4_ABE_44XX_BASE 0x49000000 #define L4_ABE_44XX_PHYS L4_ABE_44XX_BASE /* 0x49000000 --> 0xfb000000 */ #define L4_ABE_44XX_VIRT (L4_ABE_44XX_PHYS + OMAP2_L4_IO_OFFSET) -- cgit v1.2.3