From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752727AbdCARYw (ORCPT ); Wed, 1 Mar 2017 12:24:52 -0500 Received: from mail-wr0-f196.google.com ([209.85.128.196]:35400 "EHLO mail-wr0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751673AbdCARYa (ORCPT ); Wed, 1 Mar 2017 12:24:30 -0500 Date: Wed, 1 Mar 2017 19:24:07 +0200 From: Krzysztof Kozlowski To: Jaehoon Chung Cc: linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, kgene@kernel.org, robh+dt@kernel.org, javier@osg.samsung.com, niyas.ahmed@samsung.com, alim.akhtar@samsung.com, pankaj.dubey@samsung.com Subject: Re: [PATCH V3] ARM: dts: exynos5440: support the phy-pcie node for pcie Message-ID: <20170301172407.zuugioa7yjwbjl6r@kozik-lap> References: <20170228070026.8725-1-jh80.chung@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20170228070026.8725-1-jh80.chung@samsung.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 28, 2017 at 04:00:26PM +0900, Jaehoon Chung wrote: > Add pcie-phy node for using phy-exynos-pcie. > > There are some modifications. > 1. Remove the configuration space values in "ranges" property. > - The getting configuration space from ranges is old way. > - Instead, It can be got from "config" > > 2. Use the reg-names as "elbi", "config". > - Can know the purpose of use with reg-names. > > Signed-off-by: Jaehoon Chung > Reviewed-by: Pankaj Dubey > --- > Changelog on V3: > - Split from the patches relevant to pcie > - Modify the commit-message > - Keep the original comment in dt-file > - Send this patch after applying the other patches > > Changelog on V2: > - Removes the child-node > - Fixes the typo > - Removes the unnecessary comments > > arch/arm/boot/dts/exynos5440.dtsi | 30 ++++++++++++++++++++---------- > 1 file changed, 20 insertions(+), 10 deletions(-) > Looks okay. I'll apply it after merge window. Best regards, Krzysztof