Commit 6ec85c03 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Krzysztof Kozlowski

dt-bindings: memory: tegra30: emc: Document new interconnect property

External memory controller is interconnected with memory controller and
with external memory. Document new interconnect property which turns
External Memory Controller into interconnect provider.
Signed-off-by: default avatarDmitry Osipenko <digetx@gmail.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201104164923.21238-11-digetx@gmail.comSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent ed7f6f2e
...@@ -31,6 +31,9 @@ properties: ...@@ -31,6 +31,9 @@ properties:
interrupts: interrupts:
maxItems: 1 maxItems: 1
"#interconnect-cells":
const: 0
nvidia,memory-controller: nvidia,memory-controller:
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
description: description:
...@@ -214,6 +217,7 @@ required: ...@@ -214,6 +217,7 @@ required:
- interrupts - interrupts
- clocks - clocks
- nvidia,memory-controller - nvidia,memory-controller
- "#interconnect-cells"
additionalProperties: false additionalProperties: false
...@@ -227,6 +231,8 @@ examples: ...@@ -227,6 +231,8 @@ examples:
nvidia,memory-controller = <&mc>; nvidia,memory-controller = <&mc>;
#interconnect-cells = <0>;
emc-timings-1 { emc-timings-1 {
nvidia,ram-code = <1>; nvidia,ram-code = <1>;
......
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