kernel-hacking-2024-linux-s.../arch/arm/plat-mxc/include/mach
Uwe Kleine-König 7b9020badf mx27ads: move PBC mapping out of vmalloc space
Before this patch I got the following line in my dmesg:

	[    0.000000] BUG: mapping for 0xd4000000 at 0xeb000000 overlaps vmalloc space

VMALLOC_END is 0xf4000000 and there are the following other mappings
defined for mx27ads:

	(0xa0500000,+0x00001000) maps to 0xffff0000
	(0x10000000,+0x00100000) maps to 0xf4000000
	(0x80000000,+0x00100000) maps to 0xf4100000
	(0xd8000000,+0x00100000) maps to 0xf4200000

So map PBC to 0xf4300000.

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2009-05-05 09:37:08 +02:00
..
board-mx27ads.h mx27ads: move PBC mapping out of vmalloc space 2009-05-05 09:37:08 +02:00
board-mx31ads.h mx31ads: Fix build for missing mx31.h 2009-03-13 10:33:57 +01:00
board-mx31lite.h
board-mx31moboard.h mx31moboard: initial support for various baseboards 2009-03-13 10:34:21 +01:00
board-mx31pdk.h
board-pcm037.h
board-pcm038.h
board-qong.h qong: basic support for Dave/DENX QongEVB-LITE board 2009-03-13 10:35:05 +01:00
clkdev.h [ARM] MXC: add clkdev support 2009-03-13 10:33:50 +01:00
clock.h [ARM] MXC: add clkdev support 2009-03-13 10:33:50 +01:00
common.h [ARM] MX35: add clock support 2009-03-13 10:34:28 +01:00
debug-macro.S qong: basic support for Dave/DENX QongEVB-LITE board 2009-03-13 10:35:05 +01:00
dma-mx1-mx2.h
entry-macro.S
gpio.h
hardware.h [ARM] MX35: Add register definitions for the i.MX35 2009-03-13 10:34:25 +01:00
i2c.h i2c: iMX/MXC support 2009-04-07 10:18:32 +01:00
iim.h
imx-uart.h MXC: remove orphan imx_init_uart() definition 2009-04-16 12:57:14 +02:00
imxfb.h imxfb: add platform specific init/exit functions 2009-03-13 10:34:07 +01:00
io.h
iomux-mx1.h
iomux-mx2x.h
iomux-mx3.h mx31: pin definition for csi 2009-04-16 12:57:14 +02:00
iomux-mx21.h
iomux-mx27.h
iomux.h
ipu.h
irqs.h Fix ifdef in plat-mxc/irc.c 2009-04-16 13:03:11 +02:00
memory.h V4L/DVB (11350): Add camera (CSI) driver for MX1 2009-04-06 21:43:58 -03:00
mmc.h
mtd-xip.h
mx1.h
mx1_camera.h V4L/DVB (11350): Add camera (CSI) driver for MX1 2009-04-06 21:43:58 -03:00
mx2x.h arm/imx2x: split i.MX21/i.MX27 register definitions 2009-03-13 10:33:53 +01:00
mx3_camera.h V4L/DVB (10674): soc-camera: camera host driver for i.MX3x SoCs 2009-03-30 12:42:53 -03:00
mx3fb.h
mx3x.h Use __force in IO_ADDRESS macro to silence sparse 2009-03-13 10:34:33 +01:00
mx21.h imx21: activate i2c 2009-04-16 12:57:13 +02:00
mx27.h [ARM] MXC: add cpu_is_ macros 2009-03-13 10:34:26 +01:00
mx31.h [ARM] MX35: Add register definitions for the i.MX35 2009-03-13 10:34:25 +01:00
mx35.h [ARM] MX35: Add register definitions for the i.MX35 2009-03-13 10:34:25 +01:00
mxc.h [ARM] MXC: add cpu_is_ macros 2009-03-13 10:34:26 +01:00
mxc_nand.h
mxc_timer.h
system.h mxc: add arch_reset() function 2009-03-27 14:51:14 +01:00
timex.h
uncompress.h
usb.h
vmalloc.h