aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-netx
diff options
context:
space:
mode:
authorSascha Hauer <sascha@saschahauer.de>2007-04-26 08:34:41 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-03 20:22:49 +0100
commitfe7fdb80e9e576e181b189d0fae62d35cb30fe4d (patch)
tree3cb6dad81f036ee996f448ee246411c882001105 /include/asm-arm/arch-netx
parent[ARM] getuser.S and putuser.S don't need thread_info.h nor asm-offsets.h (diff)
downloadlinux-dev-fe7fdb80e9e576e181b189d0fae62d35cb30fe4d.tar.xz
linux-dev-fe7fdb80e9e576e181b189d0fae62d35cb30fe4d.zip
[ARM] 4329/1: fix position of NETX_SYSTEM_REG
This patch fixes the position of the netx reset control register Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-netx')
-rw-r--r--include/asm-arm/arch-netx/netx-regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-arm/arch-netx/netx-regs.h b/include/asm-arm/arch-netx/netx-regs.h
index 8ab45bea83ca..fc9aa21f360c 100644
--- a/include/asm-arm/arch-netx/netx-regs.h
+++ b/include/asm-arm/arch-netx/netx-regs.h
@@ -121,8 +121,8 @@
#define NETX_SYSTEM_IOC_MR NETX_SYSTEM_REG(0x08)
/* FIXME: Docs are not consistent */
-#define NETX_SYSTEM_RES_CR NETX_SYSTEM_REG(0x08)
-/* #define NETX_SYSTEM_RES_CR NETX_SYSTEM_REG(0x0c) */
+/* #define NETX_SYSTEM_RES_CR NETX_SYSTEM_REG(0x08) */
+#define NETX_SYSTEM_RES_CR NETX_SYSTEM_REG(0x0c)
#define NETX_SYSTEM_PHY_CONTROL NETX_SYSTEM_REG(0x10)
#define NETX_SYSTEM_REV NETX_SYSTEM_REG(0x34)