aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2007-07-25 04:47:07 -0400
committerPaul Mundt <lethal@linux-sh.org>2007-09-20 22:57:45 -0400
commit28b146c84ed571043f473d2ac2f2a27e48fda7d1 (patch)
tree529236dd44c85493b9e2de48640da66beb390ee7 /arch/sh/mm
parent70e8be0a4e21f71e654bea2e5ec4789e976a796b (diff)
sh: intc - add support for SH7710
This patch converts the cpu specific interrupt setup code for sh7710 from ipr to intc. While at it new vectors are added to match the information provided by the datasheet. Version two simplifies the Kconfig part. Vectors for IRQ4 and IRQ5 are enabled by default. Use plat_irq_setup_pins() if pins IRQ0-3 should be used in IRQ mode. This patch also adds sh7710 specific platform data for the rtc driver. The base address of SCIF1 is adjusted to match the datasheet. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/mm')
-rw-r--r--arch/sh/mm/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/mm/Kconfig b/arch/sh/mm/Kconfig
index a4202606de4f..a50636eb4ea8 100644
--- a/arch/sh/mm/Kconfig
+++ b/arch/sh/mm/Kconfig
@@ -98,7 +98,7 @@ config CPU_SUBTYPE_SH7709
98config CPU_SUBTYPE_SH7710 98config CPU_SUBTYPE_SH7710
99 bool "Support SH7710 processor" 99 bool "Support SH7710 processor"
100 select CPU_SH3 100 select CPU_SH3
101 select CPU_HAS_IPR_IRQ 101 select CPU_HAS_INTC_IRQ
102 select CPU_HAS_DSP 102 select CPU_HAS_DSP
103 help 103 help
104 Select SH7710 if you have a SH3-DSP SH7710 CPU. 104 Select SH7710 if you have a SH3-DSP SH7710 CPU.
@@ -106,7 +106,7 @@ config CPU_SUBTYPE_SH7710
106config CPU_SUBTYPE_SH7712 106config CPU_SUBTYPE_SH7712
107 bool "Support SH7712 processor" 107 bool "Support SH7712 processor"
108 select CPU_SH3 108 select CPU_SH3
109 select CPU_HAS_IPR_IRQ 109 select CPU_HAS_INTC_IRQ
110 select CPU_HAS_DSP 110 select CPU_HAS_DSP
111 help 111 help
112 Select SH7712 if you have a SH3-DSP SH7712 CPU. 112 Select SH7712 if you have a SH3-DSP SH7712 CPU.