Commit cf3b2deb authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Krzysztof Kozlowski

dt-bindings: memory: tegra124: 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>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20201104164923.21238-14-digetx@gmail.comSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent cac2a355
...@@ -29,6 +29,9 @@ properties: ...@@ -29,6 +29,9 @@ properties:
items: items:
- const: emc - const: emc
"#interconnect-cells":
const: 0
nvidia,memory-controller: nvidia,memory-controller:
$ref: /schemas/types.yaml#/definitions/phandle $ref: /schemas/types.yaml#/definitions/phandle
description: description:
...@@ -327,6 +330,7 @@ required: ...@@ -327,6 +330,7 @@ required:
- clocks - clocks
- clock-names - clock-names
- nvidia,memory-controller - nvidia,memory-controller
- "#interconnect-cells"
additionalProperties: false additionalProperties: false
...@@ -356,6 +360,8 @@ examples: ...@@ -356,6 +360,8 @@ examples:
nvidia,memory-controller = <&mc>; nvidia,memory-controller = <&mc>;
#interconnect-cells = <0>;
emc-timings-0 { emc-timings-0 {
nvidia,ram-code = <3>; nvidia,ram-code = <3>;
......
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