mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
phy: rockchip: usbdp-phy: fix the swing and pre-emphasis lane set
According the dp lane mapping, set the swing and pre-emphasis to phy lane. Signed-off-by: Zhang Yubing <yubing.zhang@rock-chips.com> Change-Id: I77bec31a8a7b026db7e799991157114273ab0d4c
This commit is contained in:
@@ -1261,8 +1261,8 @@ static int rk3588_dp_phy_set_voltages(struct rockchip_udphy *udphy,
|
||||
break;
|
||||
}
|
||||
|
||||
rk3588_dp_phy_set_voltage(udphy, dp->voltage[lane],
|
||||
dp->pre[lane], lane);
|
||||
rk3588_dp_phy_set_voltage(udphy, dp->voltage[i],
|
||||
dp->pre[i], lane);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user