lkml.org 
[lkml]   [2020]   [Apr]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 03/10] PCIe: qcom: change duplicate PCI reset to phy reset
    Date
    From: Abhishek Sahu <absahu@codeaurora.org>

    The deinit issues reset_control_assert for pci twice and does not contain
    phy reset.

    Signed-off-by: Abhishek Sahu <absahu@codeaurora.org>
    Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
    ---
    drivers/pci/controller/dwc/pcie-qcom.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/pci/controller/dwc/pcie-qcom.c b/drivers/pci/controller/dwc/pcie-qcom.c
    index f958c535de6e..1fcc7fed8443 100644
    --- a/drivers/pci/controller/dwc/pcie-qcom.c
    +++ b/drivers/pci/controller/dwc/pcie-qcom.c
    @@ -284,7 +284,7 @@ static void qcom_pcie_deinit_2_1_0(struct qcom_pcie *pcie)
    reset_control_assert(res->axi_reset);
    reset_control_assert(res->ahb_reset);
    reset_control_assert(res->por_reset);
    - reset_control_assert(res->pci_reset);
    + reset_control_assert(res->phy_reset);
    clk_disable_unprepare(res->iface_clk);
    clk_disable_unprepare(res->core_clk);
    clk_disable_unprepare(res->phy_clk);
    --
    2.25.1
    \
     
     \ /
      Last update: 2020-04-02 14:13    [W:2.162 / U:0.088 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site