PCI: qcom: Drop manual pipe_clk_src handling
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Wed, 8 Jun 2022 10:52:38 +0000 (13:52 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Fri, 15 Jul 2022 20:30:47 +0000 (15:30 -0500)
commit7eb5768c26934cf1ca53ffc112f75c67be254211
tree0436491d75ee8538b4716934b3ba1ec66105ae70
parentaffac98a604ccf19c2a116a33a13ac8e6a781130
PCI: qcom: Drop manual pipe_clk_src handling

Manual reparenting of pipe_clk_src is being replaced with the parking of
the clock with clk_disable()/clk_enable() in the PHY driver. Drop
redundant code switching of the pipe clock between the PHY clock source
and the safe bi_tcxo.

Link: https://lore.kernel.org/r/20220608105238.2973600-6-dmitry.baryshkov@linaro.org
Tested-by: Johan Hovold <johan+linaro@kernel.org>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Reviewed-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Stephen Boyd <sboyd@kernel.org>
Acked-by: Stanimir Varbanov <svarbanov@mm-sol.com>
drivers/pci/controller/dwc/pcie-qcom.c