[PATCH v2 5/6] PCI: qcom-ep: Setup PHY to work in EP mode
Vinod Koul
vkoul at kernel.org
Tue Aug 30 00:17:56 PDT 2022
On 25-08-22, 13:50, Dmitry Baryshkov wrote:
> Call phy_set_mode_ext() to notify the PHY driver that the PHY is being
> used in the EP mode.
>
> Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam at linaro.org>
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov at linaro.org>
> ---
> drivers/pci/controller/dwc/pcie-qcom-ep.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/drivers/pci/controller/dwc/pcie-qcom-ep.c b/drivers/pci/controller/dwc/pcie-qcom-ep.c
> index ec99116ad05c..d17b255a909d 100644
> --- a/drivers/pci/controller/dwc/pcie-qcom-ep.c
> +++ b/drivers/pci/controller/dwc/pcie-qcom-ep.c
> @@ -240,6 +240,10 @@ static int qcom_pcie_enable_resources(struct qcom_pcie_ep *pcie_ep)
> if (ret)
> goto err_disable_clk;
>
> + ret = phy_set_mode_ext(pcie_ep->phy, PHY_MODE_PCIE, 1);
please define 1 or 0, rather than magic values
> + if (ret)
> + goto err_phy_exit;
> +
> ret = phy_power_on(pcie_ep->phy);
> if (ret)
> goto err_phy_exit;
> --
> 2.35.1
--
~Vinod
More information about the linux-phy
mailing list