diff options
| author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-05-10 09:34:16 +0200 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:15:09 +0200 |
| commit | 1a6d0b4d2895bcdc5f84f148b497efc4a196bee2 (patch) | |
| tree | 24aedff8570f893e35ab474b824d5ccda8917248 /include/video | |
| parent | b033a0b1700198e979abbfaaf27d1a17f35df870 (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/video')
| -rw-r--r-- | include/video/av8100.h | 4 |
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, |
