Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qp-sabreauto: enable pcie

Add the reset-gpio property, and enable PCIe on iMX6QP SABREAUTO board.

Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Richard Zhu and committed by
Shawn Guo
383689f4 92afd578

+2 -1
+2 -1
arch/arm/boot/dts/imx6qp-sabreauto.dts
··· 47 47 }; 48 48 49 49 &pcie { 50 - status = "disabled"; 50 + reset-gpio = <&max7310_c 5 GPIO_ACTIVE_LOW>; 51 + status = "okay"; 51 52 }; 52 53 53 54 &sata {