phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay
authorMarc Gonzalez <marc.w.gonzalez@free.fr>
Thu, 13 Jun 2019 11:32:08 +0000 (13:32 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Tue, 25 Jun 2019 13:47:38 +0000 (19:17 +0530)
commit5206026404190125436f81088eb3667076e56083
tree2ef0a6d4a8b2642780fd7e94823d5a5bd1a3ecaf
parent5fc2aa3ec9efad97dd7c316f3c8e4c6268bbed9b
phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay

readl_poll_timeout() calls usleep_range() to sleep between reads.
usleep_range() doesn't work efficiently for tiny values.

Raise the polling delay in qcom_qmp_phy_enable() to bring it in line
with the delay in qcom_qmp_phy_com_init().

Signed-off-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/qualcomm/phy-qcom-qmp.c