From: Uwe Kleine-König Date: Tue, 17 Jul 2007 21:35:14 +0000 (+0100) Subject: [ARM] 4484/1: ns9xxx: fix definition of SYS_TCx_TEN_DIS X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=70ca7d55e1e10a5b654295b04dc8854e245a352f;p=linux-beck.git [ARM] 4484/1: ns9xxx: fix definition of SYS_TCx_TEN_DIS Signed-off-by: Uwe Kleine-König Signed-off-by: Russell King --- diff --git a/include/asm-arm/arch-ns9xxx/regs-sys.h b/include/asm-arm/arch-ns9xxx/regs-sys.h index a42546aeb92a..749262f86204 100644 --- a/include/asm-arm/arch-ns9xxx/regs-sys.h +++ b/include/asm-arm/arch-ns9xxx/regs-sys.h @@ -64,7 +64,7 @@ /* Timer x Control register: Timer enable */ #define SYS_TCx_TEN __REGBIT(15) -#define SYS_TCx_TEN_DIS __REGVAL(SYS_TCx_TEN, 1) +#define SYS_TCx_TEN_DIS __REGVAL(SYS_TCx_TEN, 0) #define SYS_TCx_TEN_EN __REGVAL(SYS_TCx_TEN, 1) /* Timer x Control register: CPU debug mode */