OSDN Git Service

phy: qcom-qmp-combo: drop power-down delay config
authorJohan Hovold <johan+linaro@kernel.org>
Wed, 12 Oct 2022 08:12:39 +0000 (10:12 +0200)
committerVinod Koul <vkoul@kernel.org>
Fri, 28 Oct 2022 12:12:29 +0000 (17:42 +0530)
commitacfee73b635bca04e8a942a162bae0c0cd84b796
tree39f4a2953e7a2b73ac864e84367a68e76e6c6337
parentd71eb7083e5eea8ddddab52e9b57a9783603a95f
phy: qcom-qmp-combo: drop power-down delay config

The power-down delay was included in the first version of the QMP driver
as an optional delay after powering on the PHY (using
POWER_DOWN_CONTROL) and just before starting it. Later changes modified
this sequence by powering on before initialising the PHY, but the
optional delay stayed where it was (i.e. before starting the PHY).

The vendor driver does not use a delay before starting the PHY and this
is likely not needed on any platform unless there is a corresponding
delay in the vendor kernel init sequence tables (i.e. in devicetree).

Let's keep the delay for now, but drop the redundant delay period
configuration while increasing the unnecessarily low timer slack
somewhat.

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20221012081241.18273-13-johan+linaro@kernel.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/phy-qcom-qmp-combo.c