diff options
author | Daniel Mack <daniel@caiaq.de> | 2009-06-23 17:30:04 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-07-12 17:43:31 +0200 |
commit | bd876be46f28b5fc2896537f6d01353f332789f7 (patch) | |
tree | dfc43e620065b6f155ce078821bef75e33b35221 /include/asm-arm/arch-pxa/pxa-regs.h | |
parent | b016000a95514c08cab50e1cba00b019c0801bc4 (diff) | |
download | u-boot-imx-bd876be46f28b5fc2896537f6d01353f332789f7.zip u-boot-imx-bd876be46f28b5fc2896537f6d01353f332789f7.tar.gz u-boot-imx-bd876be46f28b5fc2896537f6d01353f332789f7.tar.bz2 |
pxa: add clock for system bus 2 arbiter
This clock is needed for systems using the USB2 device unit or the 2d
graphics accelerator.
Signed-off-by: Daniel Mack <daniel@caiaq.de>
Diffstat (limited to 'include/asm-arm/arch-pxa/pxa-regs.h')
-rw-r--r-- | include/asm-arm/arch-pxa/pxa-regs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h index 5a0885a..1f81e11 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h @@ -1952,6 +1952,7 @@ typedef void (*ExcpHndlr) (void) ; #define CKENA_2_USBHOST (1 << 2) /* USB Host Unit Clock Enable */ #define CKENA_1_LCD (1 << 1) /* LCD Unit Clock Enable */ +#define CKENB_9_SYSBUS2 (1 << 9) /* System bus 2 */ #define CKENB_8_1WIRE ((1 << 8) + 32) /* One Wire Interface Unit Clock Enable */ #define CKENB_7_GPIO ((1 << 7) + 32) /* GPIO Clock Enable */ #define CKENB_6_IRQ ((1 << 6) + 32) /* Interrupt Controller Clock Enable */ |