Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp4989300pxj; Wed, 9 Jun 2021 06:50:17 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxeBE4GChQe+OPeKBdin3L8CCS9wuiU3nzcD59hSFyDljT1LdYYKuYDAkr+w9OlGrIX0JhP X-Received: by 2002:a17:906:340d:: with SMTP id c13mr29179989ejb.457.1623246617163; 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=S2SNy3v1/dHbNU/5av7ICdXoXG946z2bmy0HJYxbfg4prLY9WIXGpN8NuTkBDD6rzR nAtO/DhGVTIb7ksBWkEeL2aYF8mXDujm7dGNXXEGjzjvRKxLnw3650U6+PeqIK+DYf1e T7hepVYhScSBjs8mfzoCfRjQqtAsovnsBm/jdMS3NGs4iuFBgilCqnWMCb0zDk0QHv8o JmmEAKGzqKp2e6t/jM2gomJjVcBoxyYzux44yta1UpORaCfy8E1QXhFyhdmE5aF0VTIC kpN9/OWGEk/5RjLz+F3YQma0En+5VYLs+wH04BHDaNUcl2VKtH2v0bSC7fv1V1XpCGLV AjNw== 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=BIlUd8Tinu9th5m+i2uR2lMvhv5ZfgBHgey5DWHOwmQ=; b=zITOwiZRX0F6Xk0MhIlRoZgU1jF8YjlmkL+my5ubAwVBY9RNhpEreoQD64BigxDPzX SfSXQMT+7H0HATcnRRHA13QMSimiSj9seK7OvwEHSdDALzs89jEaoY6Okn3bSx0gC52+ VCTASd/RTym5M4Fmi+1novWpBiK4WXRXPGR2FNfani7zyIe5/MrhsVm5fxy/uMUGwJj8 4aeRSQ/NLHkYZgRva9qe/LXWTYPt70FvLRZrACPr3I2OwzRLDZAYa9ZsbD/DKdrhlkj+ 5WnLoIgOP7Rv0LTDzm8Xfi8eBrMCr8+BpPMN/HqCSoOEZfHjeJgwBsKzp4UMWHi0DXeo l97w== 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 h24si2762065ejt.474.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 S237544AbhFIIED (ORCPT + 99 others); Wed, 9 Jun 2021 04:04:03 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:55423 "EHLO relay12.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237440AbhFIIDY (ORCPT ); Wed, 9 Jun 2021 04:03:24 -0400 Received: (Authenticated sender: miquel.raynal@bootlin.com) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 50E4D200019; Wed, 9 Jun 2021 08:01:27 +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 06/18] dt-binding: memory: pl353-smc: Drop unsupported nodes from the example Date: Wed, 9 Jun 2021 10:01:00 +0200 Message-Id: <20210609080112.1753221-7-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 These nodes are given as examples and are not described nor used anywhere else. There is also no hardware of my knowledge compatible with these yet. If we want to be backward compatible, then we should avoid partially describing nodes and their content while there are no users. Plus, the examples are wrong (the addresses should be updated) so let's drop them before converting this file to yaml (only the NAND node, which will be fixed in the example and described somewhere else is kept). Signed-off-by: Miquel Raynal Reviewed-by: Rob Herring --- .../bindings/memory-controllers/pl353-smc.txt | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt index 46e17f5bc45b..3ff6a4a49302 100644 --- a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt +++ b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt @@ -39,14 +39,4 @@ Example: compatible = "arm,pl353-nand-r2p1"; reg = <0 0 0x1000000>; }; - - nor0: flash@e2000000 { - compatible = "cfi-flash"; - reg = <1 0 0x2000000>; - }; - - nor1: flash@e4000000 { - compatible = "cfi-flash"; - reg = <2 0 0x2000000>; - }; }; -- 2.27.0