From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B0FAC169C4 for ; Fri, 8 Feb 2019 15:23:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 62A042146E for ; Fri, 8 Feb 2019 15:23:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727984AbfBHPXh (ORCPT ); Fri, 8 Feb 2019 10:23:37 -0500 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:57753 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727930AbfBHPXf (ORCPT ); Fri, 8 Feb 2019 10:23:35 -0500 X-Originating-IP: 109.213.164.40 Received: from localhost (alyon-652-1-53-40.w109-213.abo.wanadoo.fr [109.213.164.40]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 8D00A40015; Fri, 8 Feb 2019 15:23:32 +0000 (UTC) Date: Fri, 8 Feb 2019 16:23:31 +0100 From: Alexandre Belloni To: Nicolas Ferre Cc: Ludovic Desroches , linux-arm-kernel@lists.infradead.org, Sebastian Reichel , linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: Re: [PATCH v2 1/3] dt-bindings: arm: atmel: add missing samx7 to reset controller Message-ID: <20190208152331.GA23062@piout.net> References: <20190206181221.27914-1-nicolas.ferre@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190206181221.27914-1-nicolas.ferre@microchip.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/02/2019 19:12:19+0100, Nicolas Ferre wrote: > Add this missing compatibility string to the Reset Controller > compatible string chip list. > > Signed-off-by: Nicolas Ferre > Reviewed-by: Rob Herring Acked-by: Alexandre Belloni > --- > v2: split series and collect tag > > Documentation/devicetree/bindings/arm/atmel-sysregs.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt > index df444073d376..dd7864f2bb2b 100644 > --- a/Documentation/devicetree/bindings/arm/atmel-sysregs.txt > +++ b/Documentation/devicetree/bindings/arm/atmel-sysregs.txt > @@ -21,7 +21,7 @@ Its subnodes can be: > > RSTC Reset Controller required properties: > - compatible: Should be "atmel,-rstc". > - can be "at91sam9260" or "at91sam9g45" or "sama5d3" > + can be "at91sam9260", "at91sam9g45", "sama5d3" or "samx7" > - reg: Should contain registers location and length > - clocks: phandle to input clock. > > -- > 2.17.1 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com