summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-mx5/mx53_smd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx5/mx53_smd.c b/arch/arm/mach-mx5/mx53_smd.c
index a5878202d885..0563075bfd74 100644
--- a/arch/arm/mach-mx5/mx53_smd.c
+++ b/arch/arm/mach-mx5/mx53_smd.c
@@ -1132,7 +1132,7 @@ static void __init mx53_smd_io_init(void)
/* Camera reset */
gpio_request(MX53_SMD_CSI0_RST, "cam-reset");
- gpio_set_value(MX53_SMD_CSI0_RST, 1);
+ gpio_direction_output(MX53_SMD_CSI0_RST, 1);
/* Camera power down */
gpio_request(MX53_SMD_CSI0_PWN, "cam-pwdn");