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=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 27E69C4338F for ; Thu, 19 Aug 2021 19:02:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0508C610A0 for ; Thu, 19 Aug 2021 19:02:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234079AbhHSTDZ convert rfc822-to-8bit (ORCPT ); Thu, 19 Aug 2021 15:03:25 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41941 "EHLO relay3-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233673AbhHSTDZ (ORCPT ); Thu, 19 Aug 2021 15:03:25 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 9EAA26000C; Thu, 19 Aug 2021 19:02:47 +0000 (UTC) Date: Thu, 19 Aug 2021 21:02:46 +0200 From: Miquel Raynal To: Rob Herring Cc: devicetree@vger.kernel.org, Richard Weinberger , Vignesh Raghavendra , linux-mtd@lists.infradead.org Subject: Re: [PATCH] dt-bindings: mtd-physmap: Add 'arm,vexpress-flash' compatible Message-ID: <20210819210246.76845e46@xps13> In-Reply-To: <20210819182427.1175753-1-robh@kernel.org> References: <20210819182427.1175753-1-robh@kernel.org> Organization: Bootlin X-Mailer: Claws Mail 3.17.7 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Rob, Rob Herring wrote on Thu, 19 Aug 2021 13:24:27 -0500: > The 'arm,vexpress-flash' compatible is in use, but has never been documented, > so add it now. > > Cc: Miquel Raynal > Cc: Richard Weinberger > Cc: Vignesh Raghavendra > Cc: linux-mtd@lists.infradead.org > Signed-off-by: Rob Herring > --- > Documentation/devicetree/bindings/mtd/mtd-physmap.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mtd/mtd-physmap.yaml b/Documentation/devicetree/bindings/mtd/mtd-physmap.yaml > index 13c29cc91b59..f827984936f6 100644 > --- a/Documentation/devicetree/bindings/mtd/mtd-physmap.yaml > +++ b/Documentation/devicetree/bindings/mtd/mtd-physmap.yaml > @@ -23,6 +23,7 @@ properties: > - amd,s29gl256n > - amd,s29gl512n > - arm,versatile-flash > + - arm,vexpress-flash > - cortina,gemini-flash > - cypress,hyperflash > - ge,imp3a-firmware-mirror Acked-by: Miquel Raynal Thanks, Miquèl