From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753063AbdJKPox (ORCPT ); Wed, 11 Oct 2017 11:44:53 -0400 Received: from muru.com ([72.249.23.125]:43722 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbdJKPow (ORCPT ); Wed, 11 Oct 2017 11:44:52 -0400 Date: Wed, 11 Oct 2017 08:44:48 -0700 From: Tony Lindgren To: Kishon Vijay Abraham I Cc: Rob Herring , Mark Rutland , Russell King , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, nsekhar@ti.com, Ravikumar Kattekola Subject: Re: [PATCH] ARM: dts: dra7-evm: Move pcie RC node to common file Message-ID: <20171011154447.GY4394@atomide.com> References: <20171011080430.13160-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171011080430.13160-1-kishon@ti.com> User-Agent: Mutt/1.9.0 (2017-09-02) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Kishon Vijay Abraham I [171011 01:06]: > From: Ravikumar Kattekola > > Move the pcie_rc node to common file so that it can be > used by dra76-evm as well. > > Signed-off-by: Ravikumar Kattekola > Signed-off-by: Kishon Vijay Abraham I > Signed-off-by: Sekhar Nori Can you please resend this with your Signed-off-by also since you're the one sending it out? Regards, Tony > arch/arm/boot/dts/dra7-evm-common.dtsi | 4 ++++ > arch/arm/boot/dts/dra7-evm.dts | 4 ---- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/arch/arm/boot/dts/dra7-evm-common.dtsi b/arch/arm/boot/dts/dra7-evm-common.dtsi > index 343e95f9a001..e088bb93636a 100644 > --- a/arch/arm/boot/dts/dra7-evm-common.dtsi > +++ b/arch/arm/boot/dts/dra7-evm-common.dtsi > @@ -256,3 +256,7 @@ > status = "okay"; > }; > }; > + > +&pcie1_rc { > + status = "okay"; > +}; > diff --git a/arch/arm/boot/dts/dra7-evm.dts b/arch/arm/boot/dts/dra7-evm.dts > index aa426dabb6c3..ef9c90daa74b 100644 > --- a/arch/arm/boot/dts/dra7-evm.dts > +++ b/arch/arm/boot/dts/dra7-evm.dts > @@ -497,7 +497,3 @@ > pinctrl-1 = <&dcan1_pins_sleep>; > pinctrl-2 = <&dcan1_pins_default>; > }; > - > -&pcie1_rc { > - status = "okay"; > -}; > -- > 2.11.0 >