phy: qcom-qmp: remove duplicate powerdown write
authorVinod Koul <vkoul@kernel.org>
Mon, 23 Dec 2019 14:30:44 +0000 (20:00 +0530)
committerKishon Vijay Abraham I <kishon@ti.com>
Wed, 8 Jan 2020 07:28:06 +0000 (12:58 +0530)
commit01240af0138b9fa76a17e12b31a33fbce30c5786
tree661388015c1d8dc26c2cf723c6836942b33e07d8
parent730430dceeb55957169c5a33df88720db0673a9b
phy: qcom-qmp: remove duplicate powerdown write

We already write to QPHY_POWER_DOWN_CONTROL in qcom_qmp_phy_com_init()
before invoking qcom_qmp_phy_configure() so remove the duplicate write.

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Reviewed-by: Manu Gautam <mgautam@codeaurora.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/qualcomm/phy-qcom-qmp.c