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

ARM: dts: imx6qdl-hummingboard: Add PCIe support

Add PCIe support. Based on a patch from Rabeeh Khoury from the solid-run
tree.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>

authored by

Fabio Estevam and committed by
Shawn Guo
b49b9ee0 27a14c92

+13
+13
arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
··· 192 192 >; 193 193 }; 194 194 195 + pinctrl_hummingboard_pcie_reset: hummingboard-pcie-reset { 196 + fsl,pins = < 197 + MX6QDL_PAD_EIM_DA4__GPIO3_IO04 0x1b0b1 198 + >; 199 + }; 200 + 195 201 pinctrl_hummingboard_pwm1: pwm1grp { 196 202 fsl,pins = <MX6QDL_PAD_DISP0_DAT8__PWM1_OUT 0x1b0b1>; 197 203 }; ··· 249 243 >; 250 244 }; 251 245 }; 246 + }; 247 + 248 + &pcie { 249 + pinctrl-names = "default"; 250 + pinctrl-0 = <&pinctrl_hummingboard_pcie_reset>; 251 + reset-gpio = <&gpio3 4 0>; 252 + status = "okay"; 252 253 }; 253 254 254 255 &pwm1 {