summaryrefslogtreecommitdiff
path: root/include/video
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-12 14:53:26 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:03:53 +0200
commite9b56649f2af6aaa4043f9226ddf8ba28e2d243e (patch)
tree23a420fcb479e29e79a1d514940dbe485ee0fbcb /include/video
parent44a17b10f0e572daeaad45009e852e0533016982 (diff)
video: av8100: Add Alternative Powerup Sequence
A HW issue in AV8100 can result in some HREF v60 and v70 boards getting a bad +5V at HDMI output. Also FW download may be affected. This patch provides a SW workaround for this HW issue. The new powerup sequence is default behaviour. It can be switched off in av8100_plat_data. The HW issue may be resolved in later versions of AV8100 HW. ST-Ericsson ID: 319404 ST-Ericsson Linux next: Not tested, ER 282779 ST-Ericsson FOSS-OUT ID: Trivial Change-Id: I2fb63b366e78db015127f8bfa45b17ee8e0a5035 Signed-off-by: Per Persson <per.xb.persson@stericsson.com> Conflicts: arch/arm/mach-ux500/board-mop500.c
Diffstat (limited to 'include/video')
-rw-r--r--include/video/av8100.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/video/av8100.h b/include/video/av8100.h
index 2cec097c73d..5225490420c 100644
--- a/include/video/av8100.h
+++ b/include/video/av8100.h
@@ -24,6 +24,7 @@ struct av8100_platform_data {
int reset;
const char *inputclk_id;
const char *regulator_pwr_id;
+ bool alt_powerupseq;
};
enum av8100_error {
@@ -441,7 +442,8 @@ int av8100_reg_stby_int_mask_w(
int av8100_reg_stby_pend_int_w(
unsigned char hpdi,
unsigned char cpdi,
- unsigned char oni);
+ unsigned char oni,
+ unsigned char bpdig);
int av8100_reg_gen_int_mask_w(
unsigned char eocm,
unsigned char vsim,