Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4989301pxj; Wed, 9 Jun 2021 06:50:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwGBX0plCmolWQQoPTB7yTgTkPjiUKAIMGVqu8Il9dUgAIsxk+bZLbVVG68fR8hSTHOYcQL X-Received: by 2002:aa7:d54c:: with SMTP id u12mr30249901edr.242.1623246617284; Wed, 09 Jun 2021 06:50:17 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1623246617; cv=none; d=google.com; s=arc-20160816; b=wd0KW/5B1RgWRQgU1OUwc0ET3hmroV1bBQj7P+QtZNe569NMfx5gSpgy6ccHFYkOMD 7FZghSWTl6mAxxbKMK6mQYLpToKHj0fyZkxnhGD5r0MFW2HbVIA1iGALgPRwH42QMoG1 +JxYr7XY6JtUZ7RyGQzhHHI0B9lFCiP2Yoo9yLOpRkru2rVOkuvHl0EJtAqcFNMe9s31 D03Qd5XeY9A+8MEPfE9i0DjI1w9QXt4+9byS6k1AKG0BDEU6xnuSpXaJWvYo33bqGWB+ uHl0rQXlHjgpbjNI2V5d8VJ2S6Su43xmxBhFTscpYG/HSIavxtuPW9whNnnMtiNPLakx xbQA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=rLRcyfdlVW5y41sjFxQw1cpIWzXLSLARrQA8W20OshI=; b=q6jBeNwHZHSUPqOqEacJnRRfddhLftFELQcFf8Yaly9D/MpxZfCEZU+3MeJ32RHatT KNDuG+GpLxeX4oxrVY1xnf20hrwgosU99T478BET+vl/Y/2T+GCQr+eaRAf0gR+NEPdF 1tfeVBCmc3+kaJQzNHsJjujPsjcUiOxFczdkc3JcFx77u+6ukbEeqOmyQWpv+dN++PoP Xiyif9h7PNGNkr/meTiBn44qWQOL2Lxoa6Mu9lh47fSCdd1T4KpRBWbV6ZTupkrF3YQo ptpZiXQWZE2nGpa+SqgyxKwrRsvB2v7AclbaYxO3lc5Nwhi8gWQApvXNDRLFiBDWSwwr /2Jg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 4si2321948ejr.300.2021.06.09.06.49.53; Wed, 09 Jun 2021 06:50:17 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237451AbhFIIDq (ORCPT + 99 others); Wed, 9 Jun 2021 04:03:46 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:48693 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237422AbhFIIDS (ORCPT ); Wed, 9 Jun 2021 04:03:18 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id DF5FF200008; Wed, 9 Jun 2021 08:01:20 +0000 (UTC) From: Miquel Raynal To: Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , , Rob Herring , , Krzysztof Kozlowski Cc: Michal Simek , Naga Sureshkumar Relli , Amit Kumar Mahapatra , Thomas Petazzoni , , , helmut.grohne@intenta.de, Srinivas Goud , Siva Durga Prasad Paladugu , Miquel Raynal , Rob Herring Subject: [PATCH v22 03/18] dt-binding: memory: pl353-smc: Drop the partitioning section Date: Wed, 9 Jun 2021 10:00:57 +0200 Message-Id: <20210609080112.1753221-4-miquel.raynal@bootlin.com> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20210609080112.1753221-1-miquel.raynal@bootlin.com> References: <20210609080112.1753221-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This sentence does not belong to this file as this file describes the bus on which various controllers are wired to. Signed-off-by: Miquel Raynal Reviewed-by: Rob Herring --- .../devicetree/bindings/memory-controllers/pl353-smc.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt index 4210acf46a55..233b2fd8525b 100644 --- a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt +++ b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt @@ -18,8 +18,6 @@ The child device node represents the controller connected to the SMC bus. Only one between: NAND controller, NOR controller and SRAM controller is allowed in a single system. -for NAND partition information please refer the below file -Documentation/devicetree/bindings/mtd/partition.txt Example: smcc: memory-controller@e000e000 -- 2.27.0