summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/mach-pcm038.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-10-20 18:32:28 +0200
committerArnd Bergmann <arnd@arndb.de>2011-10-20 18:32:28 +0200
commitd6bb0f27709b91e674ce1441e2dd5e68620edf14 (patch)
tree1b79f4894618a8849b06d0f12152e9c35053d94a /arch/arm/mach-imx/mach-pcm038.c
parent2f540738f8d228016c6cd0d3b303896c174ecee3 (diff)
parent91056a63a7d8dbc817747a22d9a9490463323575 (diff)
downloadop-kernel-dev-d6bb0f27709b91e674ce1441e2dd5e68620edf14.zip
op-kernel-dev-d6bb0f27709b91e674ce1441e2dd5e68620edf14.tar.gz
Merge branch 'imx/cleanup' into next/cleanup
Diffstat (limited to 'arch/arm/mach-imx/mach-pcm038.c')
-rw-r--r--arch/arm/mach-imx/mach-pcm038.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-pcm038.c b/arch/arm/mach-imx/mach-pcm038.c
index 091bcf8..a497a29 100644
--- a/arch/arm/mach-imx/mach-pcm038.c
+++ b/arch/arm/mach-imx/mach-pcm038.c
@@ -176,7 +176,9 @@ static struct platform_device *platform_devices[] __initdata = {
* setup other stuffs to access the sram. */
static void __init pcm038_init_sram(void)
{
- mx27_setup_weimcs(1, 0x0000d843, 0x22252521, 0x22220a00);
+ __raw_writel(0x0000d843, MX27_IO_ADDRESS(MX27_WEIM_CSCRxU(1)));
+ __raw_writel(0x22252521, MX27_IO_ADDRESS(MX27_WEIM_CSCRxL(1)));
+ __raw_writel(0x22220a00, MX27_IO_ADDRESS(MX27_WEIM_CSCRxA(1)));
}
static const struct imxi2c_platform_data pcm038_i2c1_data __initconst = {
OpenPOWER on IntegriCloud