Commit 43b35f10 authored by eric miao's avatar eric miao Committed by Russell King

[ARM] 4653/1: pxa: fix a gpio typo in mfp-pxa320.h

Signed-off-by: default avatarbridge wu <bridge.wu@marvell.com>
Signed-off-by: default avatareric miao <eric.miao@marvell.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 8854cb49
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include <asm/arch/mfp.h> #include <asm/arch/mfp.h>
/* GPIO */ /* GPIO */
#define GPIO46_GPIO MFP_CFG(GPIO6, AF0) #define GPIO46_GPIO MFP_CFG(GPIO46, AF0)
#define GPIO49_GPIO MFP_CFG(GPIO49, AF0) #define GPIO49_GPIO MFP_CFG(GPIO49, AF0)
#define GPIO50_GPIO MFP_CFG(GPIO50, AF0) #define GPIO50_GPIO MFP_CFG(GPIO50, AF0)
#define GPIO51_GPIO MFP_CFG(GPIO51, AF0) #define GPIO51_GPIO MFP_CFG(GPIO51, AF0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment