aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@linaro.org>2011-05-10 09:34:16 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2011-07-22 15:44:44 +0200
commiteb46da72c159f3e34e212d8efe36f497152c85bd (patch)
tree3a316257d04553d048149d1f0960324ac27bce03 /include
parent96fa3517b758b89e0a112e721bd89bf3b2e24ce7 (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>
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,