git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd75927
)
phy: ti: phy-j721e-wiz.c: Fix the condition for setting P_ENABLE_FORCE
author
Aswath Govindraju
<a-govindraju@ti.com>
Fri, 28 Jan 2022 08:11:37 +0000
(13:41 +0530)
committer
Tom Rini
<trini@konsulko.com>
Tue, 8 Feb 2022 16:00:03 +0000
(11:00 -0500)
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>
drivers/phy/ti/phy-j721e-wiz.c
patch
|
blob
|
history
diff --git
a/drivers/phy/ti/phy-j721e-wiz.c
b/drivers/phy/ti/phy-j721e-wiz.c
index
d74efcd
..
686cdc6
100644
(file)
--- a/
drivers/phy/ti/phy-j721e-wiz.c
+++ b/
drivers/phy/ti/phy-j721e-wiz.c
@@
-523,7
+523,7
@@
static int wiz_reset_deassert(struct reset_ctl *reset_ctl)
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);
else
ret = regmap_field_write(wiz->p_enable[id - 1], P_ENABLE_FORCE);