Commit 386783ea authored by Miquel Raynal's avatar Miquel Raynal Committed by Krzysztof Kozlowski

dt-binding: memory: pl353-smc: Document the range property

The ranges property is missing in the description while actually used in
the example. This property is actually needed, so mention it.
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210610082040.2075611-3-miquel.raynal@bootlin.comSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
parent a70eb916
...@@ -11,6 +11,8 @@ Required properties: ...@@ -11,6 +11,8 @@ Required properties:
- clocks : Clock phandles (see clock bindings for details). - clocks : Clock phandles (see clock bindings for details).
- address-cells : Must be 2. - address-cells : Must be 2.
- size-cells : Must be 1. - size-cells : Must be 1.
- ranges : Memory bus areas for interacting with the devices.
Encodes CS to memory region association.
The child device node represents the controller connected to the SMC The child device node represents the controller connected to the SMC
bus. Only one between: NAND controller, NOR controller and SRAM controller bus. Only one between: NAND controller, NOR controller and SRAM controller
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment