phy: rockchip: mipi-dcphy: modify rk3576 data lane driver-down resistor

Signal test to correct dphy DQ driver-down resistors, see
redmine #487592 - #3 for specific report details.

Type: Fix
Redmine ID: #487592
Associated modifications: N/A
Test: N/A

Signed-off-by: Zhibin Huang <zhibin.huang@rock-chips.com>
Change-Id: I3692ce528646ad3b215b212cbb453b0c4c0e9420
This commit is contained in:
Zhibin Huang
2024-08-08 10:11:05 +08:00
committed by Tao Huang
parent a1ebce918d
commit f1903cd015

View File

@@ -2520,8 +2520,8 @@ static const struct dev_pm_ops samsung_mipi_dcphy_pm_ops = {
static const struct hs_drv_res_cfg rk3576_dphy_hs_drv_res_cfg = {
.clk_hs_drv_up_ohm = _52_OHM,
.clk_hs_drv_down_ohm = _52_OHM,
.data_hs_drv_up_ohm = _39_OHM,
.data_hs_drv_down_ohm = _39_OHM,
.data_hs_drv_up_ohm = _43_OHM,
.data_hs_drv_down_ohm = _43_OHM,
};
static const struct hs_drv_res_cfg rk3588_dphy_hs_drv_res_cfg = {