* [PATCH] ARM: dts: am572x-idk: Add gpios property to control PCIE_RESETn @ 2016-12-30 8:07 Kishon Vijay Abraham I [not found] ` <1483085240-16102-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org> 0 siblings, 1 reply; 2+ messages in thread From: Kishon Vijay Abraham I @ 2016-12-30 8:07 UTC (permalink / raw) To: Benoît Cousson, Tony Lindgren, linux-omap, devicetree, linux-arm-kernel, linux-kernel Cc: Rob Herring, Mark Rutland, Russell King, nsekhar, kishon Add 'gpios' property to pcie1 dt node and populate it with GPIO3_23 in order to drive PCIE_RESETn high. This gets PCIe cards to be detected in AM572X IDK board. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com> --- arch/arm/boot/dts/am572x-idk.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts index 27d9149..1540f7a 100644 --- a/arch/arm/boot/dts/am572x-idk.dts +++ b/arch/arm/boot/dts/am572x-idk.dts @@ -87,3 +87,7 @@ &sn65hvs882 { load-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; }; + +&pcie1 { + gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; +}; -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 2+ messages in thread
[parent not found: <1483085240-16102-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org>]
* Re: [PATCH] ARM: dts: am572x-idk: Add gpios property to control PCIE_RESETn [not found] ` <1483085240-16102-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org> @ 2016-12-30 19:00 ` Tony Lindgren 0 siblings, 0 replies; 2+ messages in thread From: Tony Lindgren @ 2016-12-30 19:00 UTC (permalink / raw) To: Kishon Vijay Abraham I Cc: Benoît Cousson, linux-omap-u79uwXL29TY76Z2rM5mHXA, devicetree-u79uwXL29TY76Z2rM5mHXA, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Rob Herring, Mark Rutland, Russell King, nsekhar-l0cyMroinI0 * Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org> [161230 00:08]: > Add 'gpios' property to pcie1 dt node and populate it with > GPIO3_23 in order to drive PCIE_RESETn high. > > This gets PCIe cards to be detected in AM572X IDK board. > > Signed-off-by: Kishon Vijay Abraham I <kishon-l0cyMroinI0@public.gmane.org> > --- > arch/arm/boot/dts/am572x-idk.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm/boot/dts/am572x-idk.dts b/arch/arm/boot/dts/am572x-idk.dts > index 27d9149..1540f7a 100644 > --- a/arch/arm/boot/dts/am572x-idk.dts > +++ b/arch/arm/boot/dts/am572x-idk.dts > @@ -87,3 +87,7 @@ > &sn65hvs882 { > load-gpios = <&gpio3 19 GPIO_ACTIVE_LOW>; > }; > + > +&pcie1 { > + gpios = <&gpio3 23 GPIO_ACTIVE_HIGH>; > +}; I'll apply this into omap-for-v4.10/fixes thanks. Tony -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-12-30 19:00 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-12-30 8:07 [PATCH] ARM: dts: am572x-idk: Add gpios property to control PCIE_RESETn Kishon Vijay Abraham I [not found] ` <1483085240-16102-1-git-send-email-kishon-l0cyMroinI0@public.gmane.org> 2016-12-30 19:00 ` Tony Lindgren
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).