[PATCH v20 09/19] dt-binding: memory: pl353-smc: Detail the main reg property content
Miquel Raynal
miquel.raynal at bootlin.com
Wed May 19 11:26:26 PDT 2021
Describe the two reg entries: the first one will receive the
subcontroller configuration, the second one is for the regular cycles on
the memory bus (eg. CMD, ADDR, DATA for a NAND device).
Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>
---
.../devicetree/bindings/memory-controllers/pl353-smc.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
index 9d220d4cb39d..d388bb87365f 100644
--- a/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
+++ b/Documentation/devicetree/bindings/memory-controllers/pl353-smc.txt
@@ -6,6 +6,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.
+ First entry is for the configuration registers,
+ second entry covers the memory bus transfers.
- clock-names : List of input clock names - "memclk", "apb_pclk"
(See clock bindings for details).
- clocks : Clock phandles (see clock bindings for details).
--
2.27.0
More information about the linux-mtd
mailing list