ARM: dts: imx7d: Add turnoff reset
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 11 Jul 2018 19:41:38 +0000 (22:41 +0300)
committerLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Fri, 5 Oct 2018 08:56:37 +0000 (09:56 +0100)
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>
arch/arm/boot/dts/imx7d.dtsi

index 7234e8330a576d8a53e7658d394e50211bbe2450..efbdeaaa8dcd11d892c1c28abd8aede0f20345f7 100644 (file)
                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";
        };
 };