diff options
author | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-08-20 09:38:15 +0400 |
---|---|---|
committer | Haojian Zhuang <haojian.zhuang@gmail.com> | 2012-08-20 09:51:45 +0400 |
commit | d8bbb55266f48e4c227ade192244a692710b9aae (patch) | |
tree | c6ca97b33d5f014cf8f42048d0cbc1ea51f469e3 /arch/arm/mach-pxa | |
parent | 51931b37fcb17a2f48f726fd21b88e3af770ddc2 (diff) | |
download | linux-d8bbb55266f48e4c227ade192244a692710b9aae.tar.xz |
ARM: pxa: append the definition of CKENC
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/include/mach/pxa3xx-regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h b/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h index 207ecb49a61b..f4d48d20754e 100644 --- a/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h +++ b/arch/arm/mach-pxa/include/mach/pxa3xx-regs.h @@ -131,6 +131,7 @@ #define AICSR __REG(0x41340008) /* Application Subsystem Interrupt Control/Status Register */ #define CKENA __REG(0x4134000C) /* A Clock Enable Register */ #define CKENB __REG(0x41340010) /* B Clock Enable Register */ +#define CKENC __REG(0x41340024) /* C Clock Enable Register */ #define AC97_DIV __REG(0x41340014) /* AC97 clock divisor value register */ #define ACCR_XPDIS (1 << 31) /* Core PLL Output Disable */ |