aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/dt-bindings/reset
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2018-07-11 22:30:02 +0300
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>2018-10-05 09:56:19 +0100
commitde248327091e7ab02f751cb288fc7cf7edbb0461 (patch)
treef36b500a8cf08bef4695631b4715a8aeab866b7d /include/dt-bindings/reset
parentPCI: kirin: Fix section mismatch warning (diff)
downloadwireguard-linux-de248327091e7ab02f751cb288fc7cf7edbb0461.tar.xz
wireguard-linux-de248327091e7ab02f751cb288fc7cf7edbb0461.zip
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 @@
#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