summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs
diff options
context:
space:
mode:
authorEsben Haabendal <esben.haabendal@gmail.com>2012-03-26 19:29:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-02 10:11:38 +0200
commit0e600f36eb2fb5a8a1e20caa4615ffa42e258290 (patch)
tree12fa3f473dad4fba0de96f9c933b33b90754eb96 /arch/arm/mach-mxs
parente62edd3de96421a68c953e57d4d80950e1b01e72 (diff)
downloadbarebox-0e600f36eb2fb5a8a1e20caa4615ffa42e258290.tar.gz
barebox-0e600f36eb2fb5a8a1e20caa4615ffa42e258290.tar.xz
mxs: Fix i.MX28 PWM3 iomux configuration
Signed-off-by: Esben Haabendal <esben.haabendal@prevas.dk> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r--arch/arm/mach-mxs/include/mach/iomux-imx28.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/include/mach/iomux-imx28.h b/arch/arm/mach-mxs/include/mach/iomux-imx28.h
index 1557126592..fae525ef17 100644
--- a/arch/arm/mach-mxs/include/mach/iomux-imx28.h
+++ b/arch/arm/mach-mxs/include/mach/iomux-imx28.h
@@ -296,7 +296,7 @@
#define LCD_RESET_GPIO (FUNC(3) | PORTF(3, 30))
#define PWM4 (FUNC(0) | PORTF(3, 29))
#define PWM4_GPIO (FUNC(3) | PORTF(3, 29))
-#define PWM3 (FUNC(0) | PORTF(3 28))
+#define PWM3 (FUNC(0) | PORTF(3, 28))
#define PWM3_GPIO (FUNC(3) | PORTF(3, 28))
#define PWM2 (FUNC(0) | PORTF(3, 18))