sh: sh7785 pinmux support

This patch implements pinmux tables for the sh7785 processor.

Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Magnus Damm
2008-10-23 11:30:10 +09:00
committed by Paul Mundt
parent 4bb273e955
commit 0835f127e5
3 changed files with 1545 additions and 0 deletions

View File

@ -30,6 +30,7 @@ clock-$(CONFIG_CPU_SUBTYPE_SHX3) := clock-shx3.o
# Pinmux setup
pinmux-$(CONFIG_CPU_SUBTYPE_SH7722) := pinmux-sh7722.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7723) := pinmux-sh7723.o
pinmux-$(CONFIG_CPU_SUBTYPE_SH7785) := pinmux-sh7785.o
obj-y += $(clock-y)
obj-$(CONFIG_SMP) += $(smp-y)

File diff suppressed because it is too large Load Diff