diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2018-07-11 15:41:38 -0400 |
---|---|---|
committer | Lorenzo Pieralisi <lorenzo.pieralisi@arm.com> | 2018-10-05 04:56:37 -0400 |
commit | 3aedf7e135b55cb74a62c0be79a86384f76e5724 (patch) | |
tree | e81ce69ea24ae9c2992b0182f032c02cfdc6d389 | |
parent | 3e3f50b148dd63caf66eabc7b2a9cd9dc485361f (diff) |
ARM: dts: imx7d: Add turnoff reset
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: Shawn Guo <shawnguo@kernel.org>
-rw-r--r-- | arch/arm/boot/dts/imx7d.dtsi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi index 7234e8330a57..efbdeaaa8dcd 100644 --- a/arch/arm/boot/dts/imx7d.dtsi +++ b/arch/arm/boot/dts/imx7d.dtsi | |||
@@ -146,8 +146,9 @@ | |||
146 | fsl,max-link-speed = <2>; | 146 | fsl,max-link-speed = <2>; |
147 | power-domains = <&pgc_pcie_phy>; | 147 | power-domains = <&pgc_pcie_phy>; |
148 | resets = <&src IMX7_RESET_PCIEPHY>, | 148 | resets = <&src IMX7_RESET_PCIEPHY>, |
149 | <&src IMX7_RESET_PCIE_CTRL_APPS_EN>; | 149 | <&src IMX7_RESET_PCIE_CTRL_APPS_EN>, |
150 | reset-names = "pciephy", "apps"; | 150 | <&src IMX7_RESET_PCIE_CTRL_APPS_TURNOFF>; |
151 | reset-names = "pciephy", "apps", "turnoff"; | ||
151 | status = "disabled"; | 152 | status = "disabled"; |
152 | }; | 153 | }; |
153 | }; | 154 | }; |