summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/reset
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-07-11 15:30:02 -0400
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2018-10-05 04:56:19 -0400
commitde248327091e7ab02f751cb288fc7cf7edbb0461 (patch)
treef36b500a8cf08bef4695631b4715a8aeab866b7d /include/dt-bindings/reset
parent6870b673509779195cab300aedc844b352d9cfbc (diff)
reset: imx7: Add PCIE_CTRL_APPS_TURNOFF
This is required for the imx pci driver to send the PME_Turn_Off TLP. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'include/dt-bindings/reset')
-rw-r--r--include/dt-bindings/reset/imx7-reset.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/dt-bindings/reset/imx7-reset.h b/include/dt-bindings/reset/imx7-reset.h
index 63948170c7b2..31b3f87dde9a 100644
--- a/include/dt-bindings/reset/imx7-reset.h
+++ b/include/dt-bindings/reset/imx7-reset.h
@@ -56,7 +56,9 @@
56#define IMX7_RESET_DDRC_PRST 23 56#define IMX7_RESET_DDRC_PRST 23
57#define IMX7_RESET_DDRC_CORE_RST 24 57#define IMX7_RESET_DDRC_CORE_RST 24
58 58
59#define IMX7_RESET_NUM 25 59#define IMX7_RESET_PCIE_CTRL_APPS_TURNOFF 25
60
61#define IMX7_RESET_NUM 26
60 62
61#endif 63#endif
62 64