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 45EA2C433B4 for ; Fri, 21 May 2021 01:58:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 21ADD61363 for ; Fri, 21 May 2021 01:58:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238126AbhEUCAK (ORCPT ); Thu, 20 May 2021 22:00:10 -0400 Received: from mail-ot1-f45.google.com ([209.85.210.45]:38568 "EHLO mail-ot1-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238017AbhEUCAK (ORCPT ); Thu, 20 May 2021 22:00:10 -0400 Received: by mail-ot1-f45.google.com with SMTP id i14-20020a9d624e0000b029033683c71999so5495114otk.5 for ; Thu, 20 May 2021 18:58:48 -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=8E3lx0LtnmXkn4zmw+kmVk+CeXLZmUSlDecTRGiMrEU=; b=a5G+U9gfEsTCQA9EmfdM4sXwtf9AUvonwL45VLhBWDDxQ07A42QQnasKn4gao4GSIt +oJW0A9laeYt0/lp3vVHLdar4rOQSYMBPZ8EYoifFEpC8YEwLaXcMuI0sMdIMSpgZlsG 3DOxf/VwhJasGgOtypkJMp6BIyDqnzDdy6GTguhb6ah7ppccrHMpVfLG+xgYO1TifYYb AUzBOTwFdTUipGP+yqmB6tT6rwsUFEOY3mUlQ+sbWQP7sAVxbwIKeqshKvFF7wGC0GFi WUXNbaUs7c7/zS8xiNbQvJWSutzB7y1W4lYHeZHsIs5qK6mVALakyq9AQeTkg/5DBb2D Rvgg== X-Gm-Message-State: AOAM531LfzwKlX+FVAX2GjMZL2DSEy3OKniwjnl0fkVrMMkyhNZPT4+H DvNnYssFMCx6z4h1HfKQfg== X-Google-Smtp-Source: ABdhPJznIlvVhog9VmvyTBs+XWtmbCFcpljzvpaYjzBLXyIS6rKxyqFFbDTryMIBOUOn9a5QCE3W3A== X-Received: by 2002:a05:6830:4da:: with SMTP id s26mr5961025otd.77.1621562327848; Thu, 20 May 2021 18:58:47 -0700 (PDT) Received: from robh.at.kernel.org (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id t26sm1016521otc.23.2021.05.20.18.58.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 18:58:47 -0700 (PDT) Received: (nullmailer pid 2496601 invoked by uid 1000); Fri, 21 May 2021 01:58:46 -0000 Date: Thu, 20 May 2021 20:58:46 -0500 From: Rob Herring To: Miquel Raynal Cc: Michal Simek , Vignesh Raghavendra , Tudor Ambarus , devicetree@vger.kernel.org, Amit Kumar Mahapatra , Rob Herring , Siva Durga Prasad Paladugu , linux-mtd@lists.infradead.org, Richard Weinberger , Helmut Grohne , Thomas Petazzoni , Naga Sureshkumar Relli , Srinivas Goud Subject: Re: [PATCH v20 07/19] dt-binding: memory: pl353-smc: Fix the NAND controller node in the example Message-ID: <20210521015846.GA2496572@robh.at.kernel.org> References: <20210519182636.1110080-1-miquel.raynal@bootlin.com> <20210519182636.1110080-8-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210519182636.1110080-8-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 19 May 2021 20:26:24 +0200, Miquel Raynal wrote: > To be fully valid, the NAND controller node in the example should be > named nand-controller instead of flash, should be at the address @0,0 > instead of @e1000000 and should have a couple of #address-cells and > > Signed-off-by: Miquel Raynal > --- > .../devicetree/bindings/memory-controllers/pl353-smc.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring