You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user