]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerBen Hutchings <ben@decadent.org.uk>
Tue, 19 Jun 2012 22:18:16 +0000 (23:18 +0100)
commit67c94967a36535a3e6c495ceda9b41aee2c448db
tree5338d2bf7a89deb8f85c1a49acc34c1fd2297365
parentb8878d246b5cacedcebd20cac9add30a4dbcf7df
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: Ben Hutchings <ben@decadent.org.uk>
arch/arm/mach-imx/mach-mx21ads.c