]> rtime.felk.cvut.cz Git - zynq/linux.git/commit
sh: Add initial support for SH7734 CPU subtype
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Thu, 12 Apr 2012 06:45:32 +0000 (15:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Tue, 17 Apr 2012 07:20:23 +0000 (16:20 +0900)
commitfea88a0c02822fbb91a0b8301bf9af04377876a3
treef48ab61efdcd32f5d1f574fca3a93b91db8c3d1f
parente00e7cb3b70e8aec5aa732b51394b841c7b4b571
sh: Add initial support for SH7734 CPU subtype

This implements initial support for the SH7734.
This adds support SCIF, TMU and RTC.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/Kconfig
arch/sh/include/asm/processor.h
arch/sh/include/cpu-sh4/cpu/freq.h
arch/sh/include/cpu-sh4/cpu/sh7734.h [new file with mode: 0644]
arch/sh/kernel/cpu/proc.c
arch/sh/kernel/cpu/sh4/probe.c
arch/sh/kernel/cpu/sh4a/Makefile
arch/sh/kernel/cpu/sh4a/clock-sh7734.c [new file with mode: 0644]
arch/sh/kernel/cpu/sh4a/setup-sh7734.c [new file with mode: 0644]