mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 12:56:00 +01:00
phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCE
Fix the condition for setting P_ENABLE_FORCE bit, by syncing with the driver in kernel. Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
This commit is contained in:
parent
dd75927059
commit
ff0becea71
@ -523,7 +523,7 @@ static int wiz_reset_deassert(struct reset_ctl *reset_ctl)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (wiz->lane_phy_type[id - 1] == PHY_TYPE_PCIE)
|
if (wiz->lane_phy_type[id - 1] == PHY_TYPE_DP)
|
||||||
ret = regmap_field_write(wiz->p_enable[id - 1], P_ENABLE);
|
ret = regmap_field_write(wiz->p_enable[id - 1], P_ENABLE);
|
||||||
else
|
else
|
||||||
ret = regmap_field_write(wiz->p_enable[id - 1], P_ENABLE_FORCE);
|
ret = regmap_field_write(wiz->p_enable[id - 1], P_ENABLE_FORCE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user