mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
media: i2c: rk628: disable character error detection
Type: Fix
Redmine ID: N/A
Associated N/A
Test: Some sources have high bit error rate,
resulting in a black screen.
Change-Id: Ibf928d96bb853cf45dc7d49827de2649c2263526
Signed-off-by: Chen Shunqing <csq@rock-chips.com>
This commit is contained in:
@@ -178,7 +178,7 @@ EXPORT_SYMBOL(rk628_hdmirx_set_hdcp);
|
||||
|
||||
void rk628_hdmirx_controller_setup(struct rk628 *rk628)
|
||||
{
|
||||
rk628_i2c_write(rk628, HDMI_RX_HDMI20_CONTROL, 0x10000f11);
|
||||
rk628_i2c_write(rk628, HDMI_RX_HDMI20_CONTROL, 0x10000011);
|
||||
rk628_i2c_write(rk628, HDMI_RX_HDMI_MODE_RECOVER, 0x00000021);
|
||||
rk628_i2c_write(rk628, HDMI_RX_PDEC_CTRL, 0xbfff8011);
|
||||
rk628_i2c_write(rk628, HDMI_RX_PDEC_ASP_CTRL, 0x00000040);
|
||||
|
||||
Reference in New Issue
Block a user