Commit 11862833 authored by Liam Girdwood's avatar Liam Girdwood Committed by Russell King

[ARM PATCH] 2340/1: Added PXA27x SSP port 3 to kernel io address range

Patch from Liam Girdwood

This patch adds the PXA27x SSP port 3 configuration register space (Phys
0x41900000) to the kernel memory table.

Signed-off-by: Liam Girdwood
Signed-off-by: Russell King
parent 0a299616
......@@ -92,7 +92,7 @@ EXPORT_SYMBOL(pxa_set_cken);
*/
static struct map_desc standard_io_desc[] __initdata = {
/* virtual physical length type */
{ 0xf2000000, 0x40000000, 0x01800000, MT_DEVICE }, /* Devs */
{ 0xf2000000, 0x40000000, 0x02000000, MT_DEVICE }, /* Devs */
{ 0xf4000000, 0x44000000, 0x00100000, MT_DEVICE }, /* LCD */
{ 0xf6000000, 0x48000000, 0x00100000, MT_DEVICE }, /* Mem Ctl */
{ 0xf8000000, 0x4c000000, 0x00100000, MT_DEVICE }, /* USB host */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment