projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235b185
)
[ARM] 4329/1: fix position of NETX_SYSTEM_REG
author
Sascha Hauer
<
[email protected]
>
Thu, 26 Apr 2007 07:34:41 +0000
(08:34 +0100)
committer
Russell King
<
[email protected]
>
Thu, 3 May 2007 19:22:49 +0000
(20:22 +0100)
This patch fixes the position of the netx reset control register
Signed-off-by: Sascha Hauer <
[email protected]
>
Signed-off-by: Russell King <
[email protected]
>
include/asm-arm/arch-netx/netx-regs.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-netx/netx-regs.h
b/include/asm-arm/arch-netx/netx-regs.h
index 8ab45bea83caa7542a8da2a2893b05aeb47e62ce..fc9aa21f360cdc30ee7a20845f36a2c0f15d1cdd 100644
(file)
--- 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)