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=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,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 4AE8AC48BCF for ; Wed, 9 Jun 2021 06:27:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A326610A1 for ; Wed, 9 Jun 2021 06:27:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229724AbhFIG3H convert rfc822-to-8bit (ORCPT ); Wed, 9 Jun 2021 02:29:07 -0400 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:40883 "EHLO relay7-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232540AbhFIG3H (ORCPT ); Wed, 9 Jun 2021 02:29:07 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay7-d.mail.gandi.net (Postfix) with ESMTPSA id C7F1E20007; Wed, 9 Jun 2021 06:27:10 +0000 (UTC) Date: Wed, 9 Jun 2021 08:27:09 +0200 From: Miquel Raynal To: Rob Herring Cc: Richard Weinberger , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Linus Walleij , Vignesh Raghavendra , linux-mtd@lists.infradead.org Subject: Re: [PATCH] dt-bindings: mtd: Convert mtd-physmap to DT schema Message-ID: <20210609082709.1aad6b81@xps13> In-Reply-To: <20210607193500.3085920-1-robh@kernel.org> References: <20210607193500.3085920-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 Mon, 7 Jun 2021 14:35:00 -0500: > Convert the mtd-physmap binding to DT schema format. The arm-versatile, > cypress,hyperflash and intel,ixp4xx-flash are all just an additional > compatible string, so they are all merged into the main schema. > > There doesn't appear to be any users nor support for 'vendor-id' and > 'device-id', so these have been dropped. > > Cc: Linus Walleij > Cc: Miquel Raynal > Cc: Richard Weinberger > Cc: Vignesh Raghavendra > Cc: linux-mtd@lists.infradead.org > Signed-off-by: Rob Herring Reviewed-by: Miquel Raynal Thanks, Miquèl