On Thu, Apr 13, 2017 at 8:51 PM, Shawn Guo <shawn...@kernel.org> wrote: > On Thu, Apr 13, 2017 at 06:32:42AM -0700, Andrey Smirnov wrote: >> Enable PCIe peripheral on this board. >> >> Cc: yurov...@gmail.com >> Cc: Sascha Hauer <ker...@pengutronix.de> >> Cc: Fabio Estevam <fabio.este...@nxp.com> >> Cc: Rob Herring <robh...@kernel.org> >> Cc: Mark Rutland <mark.rutl...@arm.com> >> Cc: Russell King <li...@armlinux.org.uk> >> Cc: devicet...@vger.kernel.org >> Cc: linux-kernel@vger.kernel.org >> Cc: linux-arm-ker...@lists.infradead.org >> Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com> >> --- >> arch/arm/boot/dts/imx7d-sdb.dts | 7 +++++++ >> 1 file changed, 7 insertions(+) >> >> diff --git a/arch/arm/boot/dts/imx7d-sdb.dts >> b/arch/arm/boot/dts/imx7d-sdb.dts >> index e0ff276..f77e26a 100644 >> --- a/arch/arm/boot/dts/imx7d-sdb.dts >> +++ b/arch/arm/boot/dts/imx7d-sdb.dts >> @@ -352,6 +352,13 @@ >> }; >> }; >> >> +&pcie { >> + pinctrl-names = "default"; >> + reset-gpio = <&gpio_spi 1 GPIO_ACTIVE_LOW>; >> + disable-gpio = <&gpio_spi 0 GPIO_ACTIVE_LOW>; > > I do not see this disable-gpio is documented or supported. >
My bad, didn't notice it when taking the code from downstream tree. Will remove in v2. Thanks, Andrey Smirnov