summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2010-07-30 10:46:06 +0800
committerLiu Ying <b17645@freescale.com>2010-07-30 10:46:06 +0800
commit0fdef292087b5686587c7cbd37a5c918b2a75e98 (patch)
treecf8f07e6bdced9214453c41cb5270a1218ee56e3
parent5c423639a6bea9a79656ba14bfd0d50bd1a9a05c (diff)
ENGR00125693-1 MX53:Set gpo regulator to camera platform data
Set gpo regulator to be VVIDEO to camera platform data. This regulator setting may enable the power domain of TVDAC_1 so that GPIO_10 can be driven as CAM_RESET_B. Signed-off-by: Liu Ying <b17645@freescale.com>
-rw-r--r--arch/arm/mach-mx5/mx53_evk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mx5/mx53_evk.c b/arch/arm/mach-mx5/mx53_evk.c
index 6ca78758c067..d070de374d56 100644
--- a/arch/arm/mach-mx5/mx53_evk.c
+++ b/arch/arm/mach-mx5/mx53_evk.c
@@ -875,6 +875,7 @@ static void camera_pwdn(int pwdn)
static struct mxc_camera_platform_data camera_data = {
.analog_regulator = "VSD",
+ .gpo_regulator = "VVIDEO",
.mclk = 24000000,
.csi = 0,
.pwdn = camera_pwdn,