Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751885AbdIVICX (ORCPT ); Fri, 22 Sep 2017 04:02:23 -0400 Received: from mail-wr0-f194.google.com ([209.85.128.194]:35288 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbdIVICU (ORCPT ); Fri, 22 Sep 2017 04:02:20 -0400 X-Google-Smtp-Source: AOwi7QD9IegdOZr/FK5jWAjPeRkjavryXBDU90ww2I47KmIzoUCI/BZEw1NPNfeSQITnq+iNf6in0w== Date: Fri, 22 Sep 2017 10:02:11 +0200 From: Corentin Labbe To: Maxime Ripard Cc: robh+dt@kernel.org, mark.rutland@arm.com, linux@armlinux.org.uk, wens@csie.org, catalin.marinas@arm.com, will.deacon@arm.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 02/12] ARM: dts: sunxi: h3/h5: Fix i2c2 register address Message-ID: <20170922080211.GA24768@Red> References: <20170921172151.29779-1-clabbe.montjoie@gmail.com> <20170921172151.29779-3-clabbe.montjoie@gmail.com> <20170922074945.jzibcgromgbhggxy@flea.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170922074945.jzibcgromgbhggxy@flea.lan> 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 Content-Length: 1104 Lines: 33 On Fri, Sep 22, 2017 at 09:49:45AM +0200, Maxime Ripard wrote: > On Thu, Sep 21, 2017 at 05:21:41PM +0000, Corentin Labbe wrote: > > The unit address and register address does not match. > > This patch fix the register address with the good one. > > > > Signed-off-by: Corentin Labbe > > --- > > arch/arm/boot/dts/sunxi-h3-h5.dtsi | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/arch/arm/boot/dts/sunxi-h3-h5.dtsi b/arch/arm/boot/dts/sunxi-h3-h5.dtsi > > index 59ddac9f65a7..37464d4d07f6 100644 > > --- a/arch/arm/boot/dts/sunxi-h3-h5.dtsi > > +++ b/arch/arm/boot/dts/sunxi-h3-h5.dtsi > > @@ -630,9 +630,9 @@ > > #size-cells = <0>; > > }; > > > > - i2c2: i2c@01c2b400 { > > + i2c2: i2c@1c2b400 { > > This one should be merged into the previous patch. > > The serie looks good otherwise, onec it's fixed, you can add my > Acked-by: Maxime Ripard > > Maxime > For me this patch could be backported (since it fixes a bug) so I have put it appart. But as requsted, I will merge it. Regards