summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2011-10-12 14:53:26 +0200
committerLee Jones <lee.jones@linaro.org>2012-01-05 10:17:41 +0000
commite88b1abd5188b2eb3535f3e34f57f3faf619e95d (patch)
treedeb5c4103468af085d2679fc971424915952a1a7 /include
parent9080d3ad30324290355346246e86ff98d894f071 (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')
-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,