Skip to content

Commit

Permalink
ARM: shmobile: marzen: enable INTC IRQ
Browse files Browse the repository at this point in the history
This patch adds missing INTC IRQ settings
which is required from SMSC.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Kuninori Morimoto authored and Simon Horman committed Oct 8, 2013
1 parent 90357fc commit 7d4bde8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-shmobile/board-marzen-reference.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
static void __init marzen_init(void)
{
r8a7779_add_standard_devices_dt();
r8a7779_init_irq_extpin_dt(1); /* IRQ1 as individual interrupt */
}

static const char *marzen_boards_compat_dt[] __initdata = {
Expand Down

0 comments on commit 7d4bde8

Please sign in to comment.