From: dev@lynxeye.de (Lucas Stach)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC PATCH 4/7] ARM: dts: imx6*-hummingboard2: fix PCIe reset polarity
Date: Sat, 8 Apr 2017 16:36:04 +0200 [thread overview]
Message-ID: <20170408143607.15928-5-dev@lynxeye.de> (raw)
In-Reply-To: <20170408143607.15928-1-dev@lynxeye.de>
The driver always uses active-low, but better describe reality in the DT.
Signed-off-by: Lucas Stach <dev@lynxeye.de>
---
arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
index 126169a..9c4a7d1 100644
--- a/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-hummingboard2.dtsi
@@ -473,7 +473,7 @@
&pcie {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_hummingboard2_pcie_reset>;
- reset-gpio = <&gpio2 11 0>;
+ reset-gpio = <&gpio2 11 GPIO_ACTIVE_LOW>;
status = "okay";
};
--
2.9.3
next prev parent reply other threads:[~2017-04-08 14:36 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-04-08 14:36 [RFC PATCH 0/7] Hummingboard2 improvements Lucas Stach
2017-04-08 14:36 ` [RFC PATCH 1/7] ARM: dts: imx6*-hummingboard2: fix formatting Lucas Stach
2017-04-08 14:36 ` [RFC PATCH 2/7] ARM: dts: imx6*-hummingboard2: add SGTL5000 VDDD supply Lucas Stach
2017-04-08 14:36 ` [RFC PATCH 3/7] ARM: dts: imx6*-hummingboard2: remove LDB node Lucas Stach
2017-04-08 14:36 ` Lucas Stach [this message]
2017-04-08 14:36 ` [RFC PATCH 5/7] ARM: dts: imx6*-hummingboard2: remove non-mainline property from RTC Lucas Stach
2017-04-08 14:36 ` [RFC PATCH 6/7] ARM: dts: imx6*-hummingboard2: remove redundant PWM disables Lucas Stach
2017-04-08 14:36 ` [RFC PATCH 7/7] ARM: dts: imx6*-hummingboard2: rework regulators Lucas Stach
2017-06-23 16:15 ` [RFC PATCH 0/7] Hummingboard2 improvements Lucas Stach
2017-06-24 7:30 ` Russell King - ARM Linux
2017-07-08 13:59 ` Russell King - ARM Linux
[not found] ` <CABdtJHutd5v4onVMMZdufnutzDWt5R3RE3XxicfHsTZkNUYXCg@mail.gmail.com>
2017-07-09 4:42 ` Jon Nettleton
2017-07-10 8:52 ` Lucas Stach
2017-07-10 9:29 ` Jon Nettleton
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=20170408143607.15928-5-dev@lynxeye.de \
--to=dev@lynxeye.de \
--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.