Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752078AbdITVCC (ORCPT ); Wed, 20 Sep 2017 17:02:02 -0400 Received: from mail-pf0-f193.google.com ([209.85.192.193]:35107 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751897AbdITUwY (ORCPT ); Wed, 20 Sep 2017 16:52:24 -0400 X-Google-Smtp-Source: AOwi7QC81K6RAwvEF2K2Ml7uhTW4fr4pfhxKxho6wl0SiY9O9k5S2nSWDQsE0IBGkRZ1F2g86OVMJw== Date: Wed, 20 Sep 2017 15:52:22 -0500 From: Rob Herring To: Alexandre Belloni Cc: linux-rtc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nicolas Ferre , Michael Ellerman , Anatolij Gustschin , linuxppc-dev@lists.ozlabs.org, devicetree@vger.kernel.org Subject: Re: [PATCH 1/3] RTC: rv3029: fix vendor string Message-ID: <20170920205222.u445mraruddz3ufl@rob-hp-laptop> References: <20170915020004.24272-1-alexandre.belloni@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170915020004.24272-1-alexandre.belloni@free-electrons.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 424 Lines: 10 On Fri, Sep 15, 2017 at 04:00:02AM +0200, Alexandre Belloni wrote: > The vendor string for Microcrystal is microcrystal. > > Signed-off-by: Alexandre Belloni > --- > Documentation/devicetree/bindings/trivial-devices.txt | 2 +- > drivers/rtc/rtc-rv3029c2.c | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) Acked-by: Rob Herring