|
@@ -527,11 +527,13 @@ static struct omap_hwmod omap36xx_uart4_hwmod = {
|
|
|
|
|
|
static struct omap_hwmod_irq_info am35xx_uart4_mpu_irqs[] = {
|
|
|
{ .irq = INT_35XX_UART4_IRQ, },
|
|
|
+ { .irq = -1 }
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod_dma_info am35xx_uart4_sdma_reqs[] = {
|
|
|
{ .name = "rx", .dma_req = AM35XX_DMA_UART4_RX, },
|
|
|
{ .name = "tx", .dma_req = AM35XX_DMA_UART4_TX, },
|
|
|
+ { .dma_req = -1 }
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod am35xx_uart4_hwmod = {
|
|
@@ -543,9 +545,9 @@ static struct omap_hwmod am35xx_uart4_hwmod = {
|
|
|
.omap2 = {
|
|
|
.module_offs = CORE_MOD,
|
|
|
.prcm_reg_id = 1,
|
|
|
- .module_bit = OMAP3430_EN_UART4_SHIFT,
|
|
|
+ .module_bit = AM35XX_EN_UART4_SHIFT,
|
|
|
.idlest_reg_id = 1,
|
|
|
- .idlest_idle_bit = OMAP3430_EN_UART4_SHIFT,
|
|
|
+ .idlest_idle_bit = AM35XX_ST_UART4_SHIFT,
|
|
|
},
|
|
|
},
|
|
|
.class = &omap2_uart_class,
|
|
@@ -2239,6 +2241,7 @@ static struct omap_hwmod_addr_space am35xx_uart4_addr_space[] = {
|
|
|
.pa_end = OMAP3_UART4_AM35XX_BASE + SZ_1K - 1,
|
|
|
.flags = ADDR_MAP_ON_INIT | ADDR_TYPE_RT,
|
|
|
},
|
|
|
+ { }
|
|
|
};
|
|
|
|
|
|
static struct omap_hwmod_ocp_if am35xx_l4_core__uart4 = {
|