[PATCH] ARM: dts: imx6qdl-hummingboard: Add PCIe support
Shawn Guo
shawn.guo at linaro.org
Mon Apr 27 01:51:57 PDT 2015
On Wed, Apr 08, 2015 at 09:41:53PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam at freescale.com>
>
> Add PCIe support. Based on a patch from Rabeeh Khoury from the solid-run
> tree.
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
Russell,
Are you fine with this patch?
Shawn
> ---
> arch/arm/boot/dts/imx6qdl-hummingboard.dtsi | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> index 151a3db..ccdfcfa 100644
> --- a/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-hummingboard.dtsi
> @@ -192,6 +192,12 @@
> >;
> };
>
> + pinctrl_hummingboard_pcie_reset: hummingboard-pcie-reset {
> + fsl,pins = <
> + MX6QDL_PAD_EIM_DA4__GPIO3_IO04 0x1b0b1
> + >;
> + };
> +
> pinctrl_hummingboard_pwm1: pwm1grp {
> fsl,pins = <MX6QDL_PAD_DISP0_DAT8__PWM1_OUT 0x1b0b1>;
> };
> @@ -245,6 +251,13 @@
> };
> };
>
> +&pcie {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_hummingboard_pcie_reset>;
> + reset-gpio = <&gpio3 4 0>;
> + status = "okay";
> +};
> +
> &pwm1 {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_hummingboard_pwm1>;
> --
> 1.9.1
>
More information about the linux-arm-kernel
mailing list