]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] 4484/1: ns9xxx: fix definition of SYS_TCx_TEN_DIS
authorUwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Tue, 17 Jul 2007 21:35:14 +0000 (22:35 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 20 Jul 2007 09:00:41 +0000 (10:00 +0100)
Signed-off-by: Uwe Kleine-König <ukleinek@informatik.uni-freiburg.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-ns9xxx/regs-sys.h

index a42546aeb92a0eaa67426292e7b128595c1d7b55..749262f86204ea4ad365ee267f0ee243f1f0a327 100644 (file)
@@ -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 */