提交 1a5da219 编写于 作者: R R Sricharan 提交者: Santosh Shilimkar

ARM: OMAP5: gpmc: Update gpmc_init()

GPMC module is the same as in OMAP4.
Just update the base address and irq number.
Signed-off-by: NR Sricharan <r.sricharan@ti.com>
Signed-off-by: NSantosh Shilimkar <santosh.shilimkar@ti.com>
上级 37b3280d
...@@ -727,7 +727,8 @@ static int __init gpmc_init(void) ...@@ -727,7 +727,8 @@ static int __init gpmc_init(void)
ck = "gpmc_fck"; ck = "gpmc_fck";
l = OMAP34XX_GPMC_BASE; l = OMAP34XX_GPMC_BASE;
gpmc_irq = INT_34XX_GPMC_IRQ; gpmc_irq = INT_34XX_GPMC_IRQ;
} else if (cpu_is_omap44xx()) { } else if (cpu_is_omap44xx() || soc_is_omap54xx()) {
/* Base address and irq number are same for OMAP4/5 */
ck = "gpmc_ck"; ck = "gpmc_ck";
l = OMAP44XX_GPMC_BASE; l = OMAP44XX_GPMC_BASE;
gpmc_irq = OMAP44XX_IRQ_GPMC; gpmc_irq = OMAP44XX_IRQ_GPMC;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册