From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: imx6qdl-hummingboard: Add PCIe support
Date: Mon, 27 Apr 2015 16:51:57 +0800 [thread overview]
Message-ID: <20150427085156.GG9231@dragon> (raw)
In-Reply-To: <1428540113-24616-1-git-send-email-festevam@gmail.com>
On Wed, Apr 08, 2015 at 09:41:53PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
>
> Add PCIe support. Based on a patch from Rabeeh Khoury from the solid-run
> tree.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@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
>
next prev parent reply other threads:[~2015-04-27 8:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-09 0:41 [PATCH] ARM: dts: imx6qdl-hummingboard: Add PCIe support Fabio Estevam
2015-04-27 8:51 ` Shawn Guo [this message]
2015-05-06 10:35 ` Russell King - ARM Linux
2015-05-06 11:04 ` Jon Nettleton
2015-05-06 11:12 ` Lucas Stach
2015-05-06 13:47 ` Fabio Estevam
2015-05-07 6:25 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150427085156.GG9231@dragon \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.