From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754142AbcL3TAY (ORCPT ); Fri, 30 Dec 2016 14:00:24 -0500 Received: from muru.com ([72.249.23.125]:53986 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753638AbcL3TAW (ORCPT ); Fri, 30 Dec 2016 14:00:22 -0500 Date: Fri, 30 Dec 2016 11:00:18 -0800 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Rob Herring , Mark Rutland , Russell King , nsekhar@ti.com Subject: Re: [PATCH] ARM: dts: am572x-idk: Add gpios property to control PCIE_RESETn Message-ID: <20161230190017.GD3940@atomide.com> References: <1483085240-16102-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1483085240-16102-1-git-send-email-kishon@ti.com> User-Agent: Mutt/1.7.2 (2016-11-26) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kishon Vijay Abraham I [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 > --- > 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