diff mbox series

[v20,06/19] dt-binding: memory: pl353-smc: Drop unsupported nodes from the example

Message ID 20210519182636.1110080-7-miquel.raynal@bootlin.com
State Superseded
Headers show
Series [v20,01/19] dt-binding: memory: pl353-smc: Rephrase the binding | expand

Commit Message

Miquel Raynal May 19, 2021, 6:26 p.m. UTC
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 <miquel.raynal@bootlin.com>
---
 .../bindings/memory-controllers/pl353-smc.txt          | 10 ----------
 1 file changed, 10 deletions(-)

Comments

Rob Herring May 21, 2021, 1:58 a.m. UTC | #1
On Wed, 19 May 2021 20:26:23 +0200, Miquel Raynal wrote:
> 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 <miquel.raynal@bootlin.com>

> ---

>  .../bindings/memory-controllers/pl353-smc.txt          | 10 ----------

>  1 file changed, 10 deletions(-)

> 


Reviewed-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
index 9f65df034b45..f67715d95852 100644
--- a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
+++ b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
@@ -38,14 +38,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>;
-		};
 	};