projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d5c1ed
)
pcm037: mux configuration for predefined gpio line
author
Luotao Fu
<l.fu@pengutronix.de>
Thu, 18 Jun 2009 14:44:18 +0000
(16:44 +0200)
committer
Sascha Hauer
<s.hauer@pengutronix.de>
Fri, 14 Aug 2009 10:41:08 +0000
(12:41 +0200)
Signed-off-by: Luotao Fu <l.fu@pengutronix.de>
arch/arm/mach-mx3/pcm037.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-mx3/pcm037.c
b/arch/arm/mach-mx3/pcm037.c
index b1b3282d15d3f9251be4cf849fdacfd6ed709acf..6cbaabedf386549b70483b37201df3323cb79c14 100644
(file)
--- a/
arch/arm/mach-mx3/pcm037.c
+++ b/
arch/arm/mach-mx3/pcm037.c
@@
-170,6
+170,8
@@
static unsigned int pcm037_pins[] = {
MX31_PIN_CSI_MCLK__CSI_MCLK,
MX31_PIN_CSI_PIXCLK__CSI_PIXCLK,
MX31_PIN_CSI_VSYNC__CSI_VSYNC,
+ /* GPIO */
+ IOMUX_MODE(MX31_PIN_ATA_DMACK, IOMUX_CONFIG_GPIO),
};
static struct physmap_flash_data pcm037_flash_data = {