mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
misc: rk628: bt1120: modify bt1120 decoder dclk delay
Modify bt1120 decoder dclk delay to improve compatibility with SI tested configurations, refer to redmine #525199 for specific details. Type: Fix Redmine ID: #525199 Associated modifications: N/A Test: N/A Signed-off-by: Zhibin Huang <zhibin.huang@rock-chips.com> Change-Id: I1a288f9d56667899537b650d2a36dcc298095a6a
This commit is contained in:
@@ -294,7 +294,7 @@ static void rk628_bt1120_decoder_enable(struct rk628 *rk628)
|
||||
} else {
|
||||
if (rk628->version == RK628F_VERSION) {
|
||||
rk628_i2c_write(rk628, GRF_BT1120_DCLK_DELAY_CON0,
|
||||
0x08000000);
|
||||
0x1);
|
||||
rk628_i2c_write(rk628, GRF_BT1120_DCLK_DELAY_CON1, 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user