diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2013-05-14 06:10:17 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2013-06-05 10:17:20 +0200 |
commit | d64d00504acede6a90f9f49867f7705ba638f121 (patch) | |
tree | 6072cfb5a0db0606ce37ac209919b8d3b90907b8 /drivers/pinctrl/sh-pfc/pfc-r8a7778.c | |
parent | sh-pfc: r8a7779: add Ether pin groups (diff) | |
download | linux-d64d00504acede6a90f9f49867f7705ba638f121.tar.xz linux-d64d00504acede6a90f9f49867f7705ba638f121.zip |
sh-pfc: r8a7778: fixup IRQ1A settings
IP2[31] func2 is IRQ1A, not IRQ3A
Reported-by: Yusuke Goda <yusuke.goda.sx@renesas.com>
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to '')
-rw-r--r-- | drivers/pinctrl/sh-pfc/pfc-r8a7778.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pinctrl/sh-pfc/pfc-r8a7778.c b/drivers/pinctrl/sh-pfc/pfc-r8a7778.c index bc20083bf53a..6b2c6b58aaf7 100644 --- a/drivers/pinctrl/sh-pfc/pfc-r8a7778.c +++ b/drivers/pinctrl/sh-pfc/pfc-r8a7778.c @@ -2080,7 +2080,7 @@ static struct pinmux_cfg_reg pinmux_config_regs[] = { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 3, 2, 3, 3, 3, 3) { /* IP2_31 [1] */ - FN_MLB_CLK, FN_IRQ3_A, + FN_MLB_CLK, FN_IRQ1_A, /* IP2_30 [1] */ FN_RD_WR_B, FN_IRQ0, /* IP2_29 [1] */ |