aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2')
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index f1138e48b24..eb00c08b348 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -3735,7 +3735,7 @@ static struct omap_hwmod_ocp_if *omap44xx_mpu_masters[] = {
3735static struct omap_hwmod omap44xx_mpu_hwmod = { 3735static struct omap_hwmod omap44xx_mpu_hwmod = {
3736 .name = "mpu", 3736 .name = "mpu",
3737 .class = &omap44xx_mpu_hwmod_class, 3737 .class = &omap44xx_mpu_hwmod_class,
3738 .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET), 3738 .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
3739 .mpu_irqs = omap44xx_mpu_irqs, 3739 .mpu_irqs = omap44xx_mpu_irqs,
3740 .main_clk = "dpll_mpu_m2_ck", 3740 .main_clk = "dpll_mpu_m2_ck",
3741 .prcm = { 3741 .prcm = {
@@ -4749,7 +4749,7 @@ static struct omap_hwmod_ocp_if *omap44xx_uart3_slaves[] = {
4749static struct omap_hwmod omap44xx_uart3_hwmod = { 4749static struct omap_hwmod omap44xx_uart3_hwmod = {
4750 .name = "uart3", 4750 .name = "uart3",
4751 .class = &omap44xx_uart_hwmod_class, 4751 .class = &omap44xx_uart_hwmod_class,
4752 .flags = (HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET), 4752 .flags = HWMOD_INIT_NO_IDLE | HWMOD_INIT_NO_RESET,
4753 .mpu_irqs = omap44xx_uart3_irqs, 4753 .mpu_irqs = omap44xx_uart3_irqs,
4754 .sdma_reqs = omap44xx_uart3_sdma_reqs, 4754 .sdma_reqs = omap44xx_uart3_sdma_reqs,
4755 .main_clk = "uart3_fck", 4755 .main_clk = "uart3_fck",