]> Git Repo - linux.git/commitdiff
ARM: mx35: Setup the AIPS registers
authorFabio Estevam <[email protected]>
Fri, 2 Mar 2012 10:45:59 +0000 (07:45 -0300)
committerSascha Hauer <[email protected]>
Wed, 7 Mar 2012 20:29:57 +0000 (21:29 +0100)
Setup the AIPS registers on mx35.

Signed-off-by: Fabio Estevam <[email protected]>
Signed-off-by: Sascha Hauer <[email protected]>
arch/arm/mach-imx/mm-imx3.c

index 31807d2a8b7bf1a65d57c8f4cb748bb9e6697934..d0c835c85b939ad661109f0867b7de5d04f4e463 100644 (file)
@@ -259,5 +259,9 @@ void __init imx35_soc_init(void)
        }
 
        imx_add_imx_sdma("imx35-sdma", MX35_SDMA_BASE_ADDR, MX35_INT_SDMA, &imx35_sdma_pdata);
+
+       /* Setup AIPS registers */
+       imx_set_aips(MX35_IO_ADDRESS(MX35_AIPS1_BASE_ADDR));
+       imx_set_aips(MX35_IO_ADDRESS(MX35_AIPS2_BASE_ADDR));
 }
 #endif /* ifdef CONFIG_SOC_IMX35 */
This page took 0.057673 seconds and 4 git commands to generate.