From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755623AbaLWKMK (ORCPT ); Tue, 23 Dec 2014 05:12:10 -0500 Received: from devils.ext.ti.com ([198.47.26.153]:57208 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbaLWKMH (ORCPT ); Tue, 23 Dec 2014 05:12:07 -0500 Message-ID: <54993FC0.3090705@ti.com> Date: Tue, 23 Dec 2014 15:41:12 +0530 From: Kishon Vijay Abraham I User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: Vignesh R , Benoit Cousson , Tony Lindgren , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King CC: , , , Subject: Re: [PATCH 2/2] ARM: dts: DRA7X: drop id property in pcie_phy References: <1418721771-31184-1-git-send-email-vigneshr@ti.com> <1418721771-31184-3-git-send-email-vigneshr@ti.com> In-Reply-To: <1418721771-31184-3-git-send-email-vigneshr@ti.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tuesday 16 December 2014 02:52 PM, Vignesh R wrote: > Since phyid is no longer used by pcie driver, this field can be dropped > from the DT. > > Signed-off-by: Vignesh R Acked-by: Kishon Vijay Abraham I > --- > arch/arm/boot/dts/dra7.dtsi | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/arch/arm/boot/dts/dra7.dtsi b/arch/arm/boot/dts/dra7.dtsi > index 63bf99be1762..889e3023e68f 100644 > --- a/arch/arm/boot/dts/dra7.dtsi > +++ b/arch/arm/boot/dts/dra7.dtsi > @@ -1111,7 +1111,6 @@ > "wkupclk", "refclk", > "div-clk", "phy-div"; > #phy-cells = <0>; > - id = <1>; > ti,hwmods = "pcie1-phy"; > }; > > @@ -1132,7 +1131,6 @@ > "div-clk", "phy-div"; > #phy-cells = <0>; > ti,hwmods = "pcie2-phy"; > - id = <2>; > status = "disabled"; > }; > }; >