From: shawn.guo@freescale.com (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] ARM: dts: imx6: edmqmx6: Add PCIe support
Date: Tue, 1 Jul 2014 17:14:26 +0800 [thread overview]
Message-ID: <20140701091425.GI14471@dragon> (raw)
In-Reply-To: <d1e2e5096219c3d191df1e56271c9dd03c4f2475.1404132504.git.silvio.fricke@gmail.com>
On Mon, Jun 30, 2014 at 03:28:06PM +0200, Silvio Fricke wrote:
> Add support for the PCI express bus available on MX6 Data Modul
> edm-qmx6 board.
>
> Signed-off-by: Silvio Fricke <silvio.fricke@gmail.com>
> ---
> arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
> index e030263..b0dd50b 100644
> --- a/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
> +++ b/arch/arm/boot/dts/imx6q-dmo-edmqmx6.dts
> @@ -323,6 +323,12 @@
> >;
> };
>
> + pinctrl_pcie: pciegrp {
> + fsl,pins = <
> + MX6QDL_PAD_KEY_COL1__GPIO4_IO08 0x80000000
I know it's been used a lot, but I would start requesting to put a real
pad config value instead of 0x80000000, so that the kernel does not
depend on the value coming out of hardware reset or bootloader.
Shawn
> + >;
> + };
> +
> pinctrl_pfuze: pfuze100grp1 {
> fsl,pins = <
> MX6QDL_PAD_EIM_D20__GPIO3_IO20 0x80000000
> @@ -385,6 +391,13 @@
> };
> };
>
> +&pcie {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_pcie>;
> + reset-gpio = <&gpio4 8 0>;
> + status = "okay";
> +};
> +
> &sata {
> status = "okay";
> };
> --
> 2.0.0
>
next prev parent reply other threads:[~2014-07-01 9:14 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-30 13:28 [PATCH 0/5] some additions for the edmqmx6 board Silvio Fricke
2014-06-30 13:28 ` [PATCH 1/5] ARM: imx_v6_v7_defconfig: Enable STMPE gpio support Silvio Fricke
2014-06-30 13:28 ` [PATCH 2/5] ARM: dts: imx6: edmqmx6: Add PCIe support Silvio Fricke
2014-07-01 9:14 ` Shawn Guo [this message]
2014-06-30 13:28 ` [PATCH 3/5] ARM: dts: imx6: edmqmx6: Add two other i2c buses Silvio Fricke
2014-06-30 13:28 ` [PATCH 4/5] ARM: dts: imx6: edmqmx6: Add can bus Silvio Fricke
2014-07-01 9:15 ` Shawn Guo
2014-06-30 13:28 ` [PATCH 5/5] ARM: imx_v6_v7_defconfig: Enable flexcan driver for can support Silvio Fricke
2014-07-01 9:17 ` Shawn Guo
2014-07-01 9:09 ` [PATCH 0/5] some additions for the edmqmx6 board Shawn Guo
2014-07-01 11:08 ` [PATCH v2 " Silvio Fricke
2014-07-01 11:08 ` [PATCH v2 1/5] ARM: imx_v6_v7_defconfig: Enable STMPE gpio support Silvio Fricke
2014-07-01 11:08 ` [PATCH v2 2/5] ARM: dts: imx6: edmqmx6: Add PCIe support Silvio Fricke
2014-07-01 11:09 ` [PATCH v2 3/5] ARM: dts: imx6: edmqmx6: Add two other i2c buses Silvio Fricke
2014-07-01 11:09 ` [PATCH v2 4/5] ARM: dts: imx6: edmqmx6: Add can bus Silvio Fricke
2014-07-01 11:09 ` [PATCH v2 5/5] ARM: imx_v6_v7_defconfig: Enable flexcan driver for can support Silvio Fricke
2014-07-02 4:38 ` [PATCH v2 0/5] some additions for the edmqmx6 board 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=20140701091425.GI14471@dragon \
--to=shawn.guo@freescale.com \
--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.