commit | b298322b7576c9d5750fdc7d3e588ec9238af1d3 | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Thu Apr 12 11:45:08 2012 +0200 |
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | Fri Apr 27 13:05:36 2012 +0800 |
tree | e17da26951f7da782cd13e72c5d013048b0abae9 | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c [diff] |
ARM: pxa: use ioremap to access CPLD The pcm990 baseboard for the pcm027 module used to setup a static mapping for accessing the CPLD. It became illegal to call iotable_init that late. The pcm027 support is broken since then. This patch switches the cpld support to ioremap and removes all references to previous static mappings. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Acked-by: Eric Miao <eric.y.miao@gmail.com> Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>