diff options
author | Sascha Hauer <sascha@saschahauer.de> | 2007-04-26 08:34:41 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-05-03 20:22:49 +0100 |
commit | fe7fdb80e9e576e181b189d0fae62d35cb30fe4d (patch) | |
tree | 3cb6dad81f036ee996f448ee246411c882001105 /include/asm-arm | |
parent | 235b185ce47ce64793362bd3ae4bcd8afc6b57b8 (diff) | |
download | blackbird-obmc-linux-fe7fdb80e9e576e181b189d0fae62d35cb30fe4d.tar.gz blackbird-obmc-linux-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')
-rw-r--r-- | include/asm-arm/arch-netx/netx-regs.h | 4 |
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) |