Skip to content

Commit ef61c7d

Browse files
Richard Zhubjorn-helgaas
authored andcommitted
PCI: imx6: Deassert apps_reset in imx_pcie_deassert_core_reset()
Since the apps_reset is asserted in imx_pcie_assert_core_reset(), it should be deasserted in imx_pcie_deassert_core_reset(). Fixes: 9b3fe67 ("PCI: imx6: Add code to support i.MX7D") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Richard Zhu <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Signed-off-by: Bjorn Helgaas <[email protected]> Reviewed-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Frank Li <[email protected]>
1 parent f068ffd commit ef61c7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/pci/controller/dwc/pci-imx6.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,7 @@ static void imx_pcie_assert_core_reset(struct imx_pcie *imx_pcie)
777777
static int imx_pcie_deassert_core_reset(struct imx_pcie *imx_pcie)
778778
{
779779
reset_control_deassert(imx_pcie->pciephy_reset);
780+
reset_control_deassert(imx_pcie->apps_reset);
780781

781782
if (imx_pcie->drvdata->core_reset)
782783
imx_pcie->drvdata->core_reset(imx_pcie, false);

0 commit comments

Comments
 (0)