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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 87141C47094 for ; Thu, 10 Jun 2021 15:49:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6455F61376 for ; Thu, 10 Jun 2021 15:49:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231153AbhFJPvR (ORCPT ); Thu, 10 Jun 2021 11:51:17 -0400 Received: from mail-ot1-f47.google.com ([209.85.210.47]:38725 "EHLO mail-ot1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230298AbhFJPvQ (ORCPT ); Thu, 10 Jun 2021 11:51:16 -0400 Received: by mail-ot1-f47.google.com with SMTP id j11-20020a9d738b0000b02903ea3c02ded8so142893otk.5; Thu, 10 Jun 2021 08:49:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=jHLGIt6RLM2t7ULN/gWoY1/X6PighK4+59mVA8vx+r8=; b=Df2gtLxwCY2GEbLE5t4bA8/nqxDbSseE+x2Frv/AEI/zjOSXYa/Ol4xIOlwbdCYUcW W3UjoENl/3oEhsZF+yqja98msfwXk8tIUP5pByG8Dj8z23D+dn6O2d70zNTPhgJv7zBp fYbQSxFY2COcWtlq0mj+Z6l4r7hbCIBwCIwv1rpsSe53NpbSE+PUxdLjRP8EKZ//d0EO zwoF7dqqIHOIfJDc6d5BFRCc6eTTQ6DWdTlBquxubR/1FRU7YMbgaqOFDngYEr0/5HIg dSttBPA/ZYVyOX6pf9CL4CprTcsduIVDRGEugyhdNGEWiq64gOB6ay8Fm2IxHc8/mXtD B1Dw== X-Gm-Message-State: AOAM530SCxMuxVfBDGGGsT6T0zeTSkCDeyrWVjsPsO/U/rSNmzQKGg8h SseCxLDy5YDueovnSCMU2g== X-Google-Smtp-Source: ABdhPJwZnH/HEVQP9MZceozaTD8X/CkVHBbgq+n0s6TSv58Q9zBYFCo/F+Ma9llLukA882/0GaAySg== X-Received: by 2002:a9d:4817:: with SMTP id c23mr3105218otf.352.1623340147764; Thu, 10 Jun 2021 08:49:07 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.113]) by smtp.gmail.com with ESMTPSA id g25sm680396otn.81.2021.06.10.08.49.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 08:49:07 -0700 (PDT) Received: (nullmailer pid 1868515 invoked by uid 1000); Thu, 10 Jun 2021 15:49:04 -0000 Date: Thu, 10 Jun 2021 10:49:04 -0500 From: Rob Herring To: Miquel Raynal Cc: Tudor Ambarus , Rob Herring , Krzysztof Kozlowski , helmut.grohne@intenta.de, Amit Kumar Mahapatra , Siva Durga Prasad Paladugu , linux-arm-kernel@lists.infradead.org, Srinivas Goud , Thomas Petazzoni , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Naga Sureshkumar Relli , linux-mtd@lists.infradead.org, Richard Weinberger , Michal Simek , Vignesh Raghavendra Subject: Re: [PATCH v23 17/18] dt-bindings: mtd: pl353-nand: Describe this hardware controller Message-ID: <20210610154904.GA1868448@robh.at.kernel.org> References: <20210610082040.2075611-1-miquel.raynal@bootlin.com> <20210610082040.2075611-18-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210610082040.2075611-18-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, 10 Jun 2021 10:20:39 +0200, Miquel Raynal wrote: > Add a yaml description of this NAND controller which is described as a > subnode of the SMC bus. > > Signed-off-by: Miquel Raynal > --- > .../bindings/mtd/arm,pl353-nand-r2p1.yaml | 53 +++++++++++++++++++ > 1 file changed, 53 insertions(+) > create mode 100644 Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml > Reviewed-by: Rob Herring