summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorLiu Ying <Ying.liu@freescale.com>2012-09-11 18:16:12 +0800
committerLiu Ying <Ying.Liu@freescale.com>2012-10-11 16:25:36 +0800
commitc95b04f6dfda145c6206ceaff61383ed684ee86e (patch)
tree4bca883123ad1d1df5ed0d579ac050038ce7eb4d /arch
parent2a390e96eee149300bb686f07e3323e18605f531 (diff)
ENGR00223797-1 ARM:IPUv3:Add bypass reset in pdata
This patch adds bypass reset field support in ipuv3 platform data, so that a platform may choose not to reset ipuv3 when doing probe, which may support smooth transition from bootloader splashimage to system UI. Signed-off-by: Liu Ying <Ying.Liu@freescale.com> (cherry picked from commit e558b2b6877a2b230c564a1c621bbba3d546f5f7)
Diffstat (limited to 'arch')
-rwxr-xr-xarch/arm/plat-mxc/include/mach/ipu-v3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/plat-mxc/include/mach/ipu-v3.h b/arch/arm/plat-mxc/include/mach/ipu-v3.h
index 82da102f44fe..48daf4db337c 100755
--- a/arch/arm/plat-mxc/include/mach/ipu-v3.h
+++ b/arch/arm/plat-mxc/include/mach/ipu-v3.h
@@ -745,6 +745,13 @@ struct imx_ipuv3_platform_data {
void (*pg) (int);
char *csi_clk[2];
+
+ /*
+ * Bypass reset to avoid display channel being
+ * stopped by probe since it may starts to work
+ * in bootloader.
+ */
+ bool bypass_reset;
};
#endif /* __MACH_IPU_V3_H_ */