diff options
author | Kuninori Morimoto <morimoto.kuninori@renesas.com> | 2009-08-03 06:52:24 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-04 07:41:49 +0200 |
commit | edc67b29425b12312356fe9a92352ce6b7307c68 (patch) | |
tree | 78680dd0357f58918fb61f836714601a23234881 /arch/sh/include/asm/dma-sh.h | |
parent | sh: ms7724se: add 1280x720 lcdc output support (diff) | |
download | linux-edc67b29425b12312356fe9a92352ce6b7307c68.tar.xz linux-edc67b29425b12312356fe9a92352ce6b7307c68.zip |
sh: Add SH7724 DMAC support.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include/asm/dma-sh.h')
-rw-r--r-- | arch/sh/include/asm/dma-sh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sh/include/asm/dma-sh.h b/arch/sh/include/asm/dma-sh.h index 0c8f8e14622a..68a5f4cb0343 100644 --- a/arch/sh/include/asm/dma-sh.h +++ b/arch/sh/include/asm/dma-sh.h @@ -16,6 +16,7 @@ /* DMAOR contorl: The DMAOR access size is different by CPU.*/ #if defined(CONFIG_CPU_SUBTYPE_SH7723) || \ + defined(CONFIG_CPU_SUBTYPE_SH7724) || \ defined(CONFIG_CPU_SUBTYPE_SH7780) || \ defined(CONFIG_CPU_SUBTYPE_SH7785) #define dmaor_read_reg(n) \ |