diff options
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/phy/qcom/phy-qcom-snps-femto-v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/qcom/phy-qcom-snps-femto-v2.c b/drivers/phy/qcom/phy-qcom-snps-femto-v2.c index 04f0f0e7817..e782de07ebc 100644 --- a/drivers/phy/qcom/phy-qcom-snps-femto-v2.c +++ b/drivers/phy/qcom/phy-qcom-snps-femto-v2.c @@ -174,7 +174,7 @@ static int qcom_snps_hsphy_phy_probe(struct udevice *dev) return ret; } - reset_deassert_bulk(&priv->resets); + reset_assert_bulk(&priv->resets); return 0; } |
