aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLeonard Crestez <[email protected]>2018-07-11 22:30:02 +0300
committerLorenzo Pieralisi <[email protected]>2018-10-05 09:56:19 +0100
commitde248327091e7ab02f751cb288fc7cf7edbb0461 (patch)
treef36b500a8cf08bef4695631b4715a8aeab866b7d /include
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 <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Acked-by: Philipp Zabel <[email protected]> Acked-by: Rob Herring <[email protected]>
Diffstat (limited to 'include')
-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 @@
#define IMX7_RESET_DDRC_PRST 23
#define IMX7_RESET_DDRC_CORE_RST 24
-#define IMX7_RESET_NUM 25
+#define IMX7_RESET_PCIE_CTRL_APPS_TURNOFF 25
+
+#define IMX7_RESET_NUM 26
#endif