aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap1
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2019-08-14 15:42:27 +0200
committerArnd Bergmann <arnd@arndb.de>2022-04-22 11:08:55 +0200
commitc8b8a93a0a3d3204c9d801d18fb98a5c04ff0b7c (patch)
treeed7484d63960800d5d563260206d6e75905a20b7 /arch/arm/mach-omap1
parentARM: omap: remove empty plat-omap directory (diff)
downloadlinux-dev-c8b8a93a0a3d3204c9d801d18fb98a5c04ff0b7c.tar.xz
linux-dev-c8b8a93a0a3d3204c9d801d18fb98a5c04ff0b7c.zip
ARM: omap1: relocate static I/O mapping
The address range 0xfee00000-0xfeffffff is used for PCI and PCMCIA I/O port mappings, but OMAP1 has its static mappings there as well. Move the OMAP1 addresses a little higher to avoid crashing at boot. Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-omap1')
-rw-r--r--arch/arm/mach-omap1/include/mach/hardware.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap1/include/mach/hardware.h b/arch/arm/mach-omap1/include/mach/hardware.h
index 05c5cd3e95f4..2dc2d759a8f0 100644
--- a/arch/arm/mach-omap1/include/mach/hardware.h
+++ b/arch/arm/mach-omap1/include/mach/hardware.h
@@ -63,7 +63,7 @@ static inline u32 omap_cs3_phys(void)
#endif /* ifndef __ASSEMBLER__ */
-#define OMAP1_IO_OFFSET 0x01000000 /* Virtual IO = 0xfefb0000 */
+#define OMAP1_IO_OFFSET 0x00f00000 /* Virtual IO = 0xff0b0000 */
#define OMAP1_IO_ADDRESS(pa) IOMEM((pa) - OMAP1_IO_OFFSET)
#include <mach/serial.h>