|
@@ -35,12 +35,11 @@ static struct map_desc u8500_uart_io_desc[] __initdata = {
|
|
|
};
|
|
|
|
|
|
static struct map_desc u8500_io_desc[] __initdata = {
|
|
|
- __IO_DEV_DESC(U8500_GIC_CPU_BASE, SZ_4K),
|
|
|
+ /* SCU base also covers GIC CPU BASE and TWD with its 4K page */
|
|
|
+ __IO_DEV_DESC(U8500_SCU_BASE, SZ_4K),
|
|
|
__IO_DEV_DESC(U8500_GIC_DIST_BASE, SZ_4K),
|
|
|
__IO_DEV_DESC(U8500_L2CC_BASE, SZ_4K),
|
|
|
- __IO_DEV_DESC(U8500_TWD_BASE, SZ_4K),
|
|
|
__IO_DEV_DESC(U8500_MTU0_BASE, SZ_4K),
|
|
|
- __IO_DEV_DESC(U8500_SCU_BASE, SZ_4K),
|
|
|
__IO_DEV_DESC(U8500_BACKUPRAM0_BASE, SZ_8K),
|
|
|
|
|
|
__IO_DEV_DESC(U8500_CLKRST1_BASE, SZ_4K),
|