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 7E4A1C47094 for ; Thu, 10 Jun 2021 15:54:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 61127613D0 for ; Thu, 10 Jun 2021 15:54:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231542AbhFJP4A (ORCPT ); Thu, 10 Jun 2021 11:56:00 -0400 Received: from mail-oi1-f177.google.com ([209.85.167.177]:38516 "EHLO mail-oi1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231450AbhFJPz7 (ORCPT ); Thu, 10 Jun 2021 11:55:59 -0400 Received: by mail-oi1-f177.google.com with SMTP id z3so2608709oib.5; Thu, 10 Jun 2021 08:53:52 -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=VRySpPzJlLYhI3h/JIF31rTc1KoHGLh9s0BINnZ+x9M=; b=XuMKGROQXfdsi/Ljt6hppjHzrRChQvD3NZykFY93nb+40NcF3/dSRdDWfK2lvUNFPp z5obCMAuHUAD1WKOQwLrGM/iInWnnHmNv4GEdRj8jKJxKNRu0jczURQlvCfBinan002x WDmhAd8de7+XthiHNR4tReiOH36yisbD2bmd+TcyPHAei+FCkQ1NL98S/tR7JJccqGGx t0p4g6Ah4tCyCyvPWCFZRuhJRD3wrtks9pnRKnyHMTuXz9PwAp2jTvoyIM60KBZ8QkXW Hlnz4c/0u13p0IdsTJE9zuOjkckCz4+SXe3rrLBtnIBW2DjUtO7KtRYt1xLl94qUt6to Krvw== X-Gm-Message-State: AOAM533LMX9Kpc84CydL48UhLMXQynIBUYZJaLKat4KLppJCQV6S7IVf huEsYAX6veD3w6LBWGmERA== X-Google-Smtp-Source: ABdhPJy1S0NCE5ntUuS+7phY6/iHJ2rMqyiVziT1ZAtosDKXBmthXoUwpRdOtZBBEhZ1W70GFFQXfg== X-Received: by 2002:a05:6808:8fb:: with SMTP id d27mr6116265oic.115.1623340432085; Thu, 10 Jun 2021 08:53:52 -0700 (PDT) Received: from robh.at.kernel.org ([172.58.99.113]) by smtp.gmail.com with ESMTPSA id f25sm677899oto.26.2021.06.10.08.53.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 10 Jun 2021 08:53:51 -0700 (PDT) Received: (nullmailer pid 1877730 invoked by uid 1000); Thu, 10 Jun 2021 15:53:45 -0000 Date: Thu, 10 Jun 2021 10:53:45 -0500 From: Rob Herring To: Miquel Raynal Cc: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, Krzysztof Kozlowski , Michal Simek , Naga Sureshkumar Relli , Amit Kumar Mahapatra , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, helmut.grohne@intenta.de, Srinivas Goud , Siva Durga Prasad Paladugu Subject: Re: [PATCH v23 08/18] dt-binding: memory: pl353-smc: Enhance the description of the reg property Message-ID: <20210610155345.GA1873816@robh.at.kernel.org> References: <20210610082040.2075611-1-miquel.raynal@bootlin.com> <20210610082040.2075611-9-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210610082040.2075611-9-miquel.raynal@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Thu, Jun 10, 2021 at 10:20:30AM +0200, Miquel Raynal wrote: > The SMC bus controller features several register sets. The one pointed > by the reg property is for the SMC configuration (impacts the > sub-controllers configuration), while the others are meant to be used to > send regular cycles on the memory bus (eg. CMD, ADDR, DATA for a NAND > device). Detail this a little bit for the sake of clarity. > > Signed-off-by: Miquel Raynal > --- > .../devicetree/bindings/memory-controllers/pl353-smc.txt | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt > index ecd46856f139..ba6a5426f62b 100644 > --- a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt > +++ b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt > @@ -5,7 +5,8 @@ of memory interfaces: NAND and memory mapped interfaces (such as SRAM or NOR). > > Required properties: > - compatible : Should be "arm,pl353-smc-r2p1", "arm,primecell". > -- reg : Controller registers map and length. > +- reg : SMC controller and sub-controllers configuration > + registers. I think you could just drop this patch. Otherwise, this doesn't match what's now in the yaml file. Rob