OSDN Git Service

ARM i.MX imx21ads: Fix overlapping static i/o mappings
authorJaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
Mon, 30 Apr 2012 09:53:43 +0000 (11:53 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Jun 2012 18:34:12 +0000 (11:34 -0700)
commiteb60a7989c1a0f90f811c745f82a7c73f4e905c2
treecc1ace23822b3f39a68706c080d26f26d437e930
parent839cf7a236278ae358ff12141a168c0982fa0cd9
ARM i.MX imx21ads: Fix overlapping static i/o mappings

commit 350ab15bb2ffe7103bc6bf6c634f3c5b286eaf2a upstream.

The statically defined I/O memory regions for the i.MX21 on chip
peripherals and the on board I/O peripherals of the i.MX21ADS board
overlap. This results in a kernel crash during startup. This is fixed
by reducing the memory range for the on board I/O peripherals to the
actually required range.

Signed-off-by: Jaccon Bastiaansen <jaccon.bastiaansen@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/mach-imx/mach-mx21ads.c