Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751257AbdIOHHk (ORCPT ); Fri, 15 Sep 2017 03:07:40 -0400 Received: from esa2.microchip.iphmx.com ([68.232.149.84]:47393 "EHLO esa2.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751185AbdIOHHh (ORCPT ); Fri, 15 Sep 2017 03:07:37 -0400 X-IronPort-AV: E=Sophos;i="5.42,396,1500966000"; d="scan'208";a="7014759" Subject: Re: [PATCH 2/3] ARM: dts: at91: usb_a9g20: fix rtc node To: Alexandre Belloni , CC: , , Michael Ellerman , Anatolij Gustschin , , Rob Herring , References: <20170915020004.24272-1-alexandre.belloni@free-electrons.com> <20170915020004.24272-2-alexandre.belloni@free-electrons.com> From: Nicolas Ferre Organization: microchip Message-ID: Date: Fri, 15 Sep 2017 09:08:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20170915020004.24272-2-alexandre.belloni@free-electrons.com> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 857 Lines: 32 On 15/09/2017 at 04:00, Alexandre Belloni wrote: > The rv3029 compatible is missing its vendor string, add it. > Also fix the node name to be a proper generic name. > > Signed-off-by: Alexandre Belloni Acked-by: Nicolas Ferre > --- > arch/arm/boot/dts/usb_a9g20_common.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/usb_a9g20_common.dtsi b/arch/arm/boot/dts/usb_a9g20_common.dtsi > index 088c2c3685ab..81c3fe0465d9 100644 > --- a/arch/arm/boot/dts/usb_a9g20_common.dtsi > +++ b/arch/arm/boot/dts/usb_a9g20_common.dtsi > @@ -20,8 +20,8 @@ > }; > > i2c-gpio-0 { > - rv3029c2@56 { > - compatible = "rv3029c2"; > + rtc@56 { > + compatible = "microcrystal,rv3029"; > reg = <0x56>; > }; > }; > -- Nicolas Ferre