This is required for the imx pci driver to send the PME_Turn_Off TLP.

Signed-off-by: Leonard Crestez <leonard.cres...@nxp.com>
Acked-by: Shawn Guo <shawn...@kernel.org>
---
 arch/arm/boot/dts/imx7d.dtsi | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx7d.dtsi b/arch/arm/boot/dts/imx7d.dtsi
index 73c35939e07c..826224bf7f4f 100644
--- a/arch/arm/boot/dts/imx7d.dtsi
+++ b/arch/arm/boot/dts/imx7d.dtsi
@@ -147,12 +147,13 @@
                                         <&clks IMX7D_PLL_ENET_MAIN_100M_CLK>;
 
                fsl,max-link-speed = <2>;
                power-domains = <&pgc_pcie_phy>;
                resets = <&src IMX7_RESET_PCIEPHY>,
-                        <&src IMX7_RESET_PCIE_CTRL_APPS_EN>;
-               reset-names = "pciephy", "apps";
+                        <&src IMX7_RESET_PCIE_CTRL_APPS_EN>,
+                        <&src IMX7_RESET_PCIE_CTRL_APPS_TURNOFF>;
+               reset-names = "pciephy", "apps", "turnoff";
                status = "disabled";
        };
 };
 
 &ca_funnel_in_ports {
-- 
2.17.1

Reply via email to