sh: Add SH7724 DMAC support.
Signed-off-by: Kuninori Morimoto <morimoto.kuninori@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
committed by
Paul Mundt
parent
4f3243117a
commit
edc67b2942
@@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
/* DMAOR contorl: The DMAOR access size is different by CPU.*/
|
/* DMAOR contorl: The DMAOR access size is different by CPU.*/
|
||||||
#if defined(CONFIG_CPU_SUBTYPE_SH7723) || \
|
#if defined(CONFIG_CPU_SUBTYPE_SH7723) || \
|
||||||
|
defined(CONFIG_CPU_SUBTYPE_SH7724) || \
|
||||||
defined(CONFIG_CPU_SUBTYPE_SH7780) || \
|
defined(CONFIG_CPU_SUBTYPE_SH7780) || \
|
||||||
defined(CONFIG_CPU_SUBTYPE_SH7785)
|
defined(CONFIG_CPU_SUBTYPE_SH7785)
|
||||||
#define dmaor_read_reg(n) \
|
#define dmaor_read_reg(n) \
|
||||||
|
@@ -16,7 +16,8 @@
|
|||||||
#define DMAE0_IRQ 38
|
#define DMAE0_IRQ 38
|
||||||
#define SH_DMAC_BASE0 0xFF608020
|
#define SH_DMAC_BASE0 0xFF608020
|
||||||
#define SH_DMARS_BASE 0xFF609000
|
#define SH_DMARS_BASE 0xFF609000
|
||||||
#elif defined(CONFIG_CPU_SUBTYPE_SH7723)
|
#elif defined(CONFIG_CPU_SUBTYPE_SH7723) || \
|
||||||
|
defined(CONFIG_CPU_SUBTYPE_SH7724)
|
||||||
#define DMTE0_IRQ 48 /* DMAC0A*/
|
#define DMTE0_IRQ 48 /* DMAC0A*/
|
||||||
#define DMTE4_IRQ 40 /* DMAC0B */
|
#define DMTE4_IRQ 40 /* DMAC0B */
|
||||||
#define DMTE6_IRQ 42
|
#define DMTE6_IRQ 42
|
||||||
|
Reference in New Issue
Block a user