Skip to content

Commit

Permalink
ARM: mach-shmobile: r8a7740: add PFC support.
Browse files Browse the repository at this point in the history
This adds PFC support for the R8A7740 (R-Mobile A1) CPU
This patch is based on v0.1 manual

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
  • Loading branch information
Kuninori Morimoto authored and Paul Mundt committed Nov 11, 2011
1 parent 6c01ba4 commit 5ade067
Show file tree
Hide file tree
Showing 2 changed files with 2,563 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-shmobile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pfc-$(CONFIG_ARCH_SH7367) += pfc-sh7367.o
pfc-$(CONFIG_ARCH_SH7377) += pfc-sh7377.o
pfc-$(CONFIG_ARCH_SH7372) += pfc-sh7372.o
pfc-$(CONFIG_ARCH_SH73A0) += pfc-sh73a0.o
pfc-$(CONFIG_ARCH_R8A7740) += pfc-r8a7740.o

# IRQ objects
obj-$(CONFIG_ARCH_SH7367) += entry-intc.o
Expand Down
Loading

0 comments on commit 5ade067

Please sign in to comment.