OMAP4: Fix the emif and dmm virtual mapping
Fix the address overlap with Emulation domain (EMU). The previous mapping was entering into EMU mapping and was not as per comments. Fix the mapping accordingly. Signed-off-by: Girish S G <girishsg@ti.com> Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
This commit is contained in:
Родитель
551a9fa9b1
Коммит
cefcadeaa7
|
@ -228,13 +228,13 @@
|
||||||
|
|
||||||
#define OMAP44XX_EMIF2_PHYS OMAP44XX_EMIF2_BASE
|
#define OMAP44XX_EMIF2_PHYS OMAP44XX_EMIF2_BASE
|
||||||
/* 0x4d000000 --> 0xfd200000 */
|
/* 0x4d000000 --> 0xfd200000 */
|
||||||
#define OMAP44XX_EMIF2_VIRT (OMAP44XX_EMIF2_PHYS + OMAP4_L3_PER_IO_OFFSET)
|
|
||||||
#define OMAP44XX_EMIF2_SIZE SZ_1M
|
#define OMAP44XX_EMIF2_SIZE SZ_1M
|
||||||
|
#define OMAP44XX_EMIF2_VIRT (OMAP44XX_EMIF1_VIRT + OMAP44XX_EMIF1_SIZE)
|
||||||
|
|
||||||
#define OMAP44XX_DMM_PHYS OMAP44XX_DMM_BASE
|
#define OMAP44XX_DMM_PHYS OMAP44XX_DMM_BASE
|
||||||
/* 0x4e000000 --> 0xfd300000 */
|
/* 0x4e000000 --> 0xfd300000 */
|
||||||
#define OMAP44XX_DMM_VIRT (OMAP44XX_DMM_PHYS + OMAP4_L3_PER_IO_OFFSET)
|
|
||||||
#define OMAP44XX_DMM_SIZE SZ_1M
|
#define OMAP44XX_DMM_SIZE SZ_1M
|
||||||
|
#define OMAP44XX_DMM_VIRT (OMAP44XX_EMIF2_VIRT + OMAP44XX_EMIF2_SIZE)
|
||||||
/*
|
/*
|
||||||
* ----------------------------------------------------------------------------
|
* ----------------------------------------------------------------------------
|
||||||
* Omap specific register access
|
* Omap specific register access
|
||||||
|
|
Загрузка…
Ссылка в новой задаче