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:
8854cb4
)
[ARM] 4653/1: pxa: fix a gpio typo in mfp-pxa320.h
author
eric miao
<eric.y.miao@gmail.com>
Tue, 20 Nov 2007 00:35:51 +0000
(
01:35
+0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Mon, 26 Nov 2007 14:38:55 +0000
(14:38 +0000)
Signed-off-by: bridge wu <bridge.wu@marvell.com>
Signed-off-by: eric miao <eric.miao@marvell.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-pxa/mfp-pxa320.h
patch
|
blob
|
history
diff --git
a/include/asm-arm/arch-pxa/mfp-pxa320.h
b/include/asm-arm/arch-pxa/mfp-pxa320.h
index 488a5bbc49e994ac1d65a7db3445baa9f2696459..52deedcaf3bd5fe3ebb9aa966302b49e3b729bc0 100644
(file)
--- a/
include/asm-arm/arch-pxa/mfp-pxa320.h
+++ b/
include/asm-arm/arch-pxa/mfp-pxa320.h
@@
-18,7
+18,7
@@
#include <asm/arch/mfp.h>
/* GPIO */
-#define GPIO46_GPIO MFP_CFG(GPIO6, AF0)
+#define GPIO46_GPIO MFP_CFG(GPIO
4
6, AF0)
#define GPIO49_GPIO MFP_CFG(GPIO49, AF0)
#define GPIO50_GPIO MFP_CFG(GPIO50, AF0)
#define GPIO51_GPIO MFP_CFG(GPIO51, AF0)