summaryrefslogtreecommitdiff
path: root/drivers/reset
diff options
context:
space:
mode:
authorRichard Zhu <hongxing.zhu@nxp.com>2020-06-22 15:08:45 +0800
committerRichard Zhu <hongxing.zhu@nxp.com>2020-06-24 10:00:28 +0800
commit0a91df355e20aa53a4bcaa9d352952e5fa9e4ef6 (patch)
tree989ed33f284bde986712388843bba5d13cf0b343 /drivers/reset
parent9afaf7a465858970aee8858fb52067f2ef152c7f (diff)
MLK-24171-4 reset: imx7: add perst for imx8mp pcie
Add the PERST for iMX8MP PCIe. Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com> Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
Diffstat (limited to 'drivers/reset')
-rw-r--r--drivers/reset/reset-imx7.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/reset-imx7.c b/drivers/reset/reset-imx7.c
index 9fd73a98543c..9c03b31cfc63 100644
--- a/drivers/reset/reset-imx7.c
+++ b/drivers/reset/reset-imx7.c
@@ -223,6 +223,7 @@ static int imx8mq_reset_set(struct reset_controller_dev *rcdev,
udelay(10);
break;
+ case IMX8MQ_RESET_PCIEPHY_PERST:
case IMX8MQ_RESET_PCIE_CTRL_APPS_EN:
case IMX8MQ_RESET_PCIE_CTRL_APPS_CLK_REQ:
case IMX8MQ_RESET_PCIE2_CTRL_APPS_EN: /* fallthrough */