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

dt-bindings: memory: tegra124: mc: Document new interconnect property

Memory controller is interconnected with memory clients and with the
External Memory Controller. Document new interconnect property which
turns 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-13-digetx@gmail.comSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 48126d78
...@@ -345,6 +345,7 @@ examples: ...@@ -345,6 +345,7 @@ examples:
#iommu-cells = <1>; #iommu-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
#interconnect-cells = <1>;
}; };
external-memory-controller@7001b000 { external-memory-controller@7001b000 {
......
...@@ -40,6 +40,9 @@ properties: ...@@ -40,6 +40,9 @@ properties:
"#iommu-cells": "#iommu-cells":
const: 1 const: 1
"#interconnect-cells":
const: 1
patternProperties: patternProperties:
"^emc-timings-[0-9]+$": "^emc-timings-[0-9]+$":
type: object type: object
...@@ -104,6 +107,7 @@ required: ...@@ -104,6 +107,7 @@ required:
- clock-names - clock-names
- "#reset-cells" - "#reset-cells"
- "#iommu-cells" - "#iommu-cells"
- "#interconnect-cells"
additionalProperties: false additionalProperties: false
...@@ -119,6 +123,7 @@ examples: ...@@ -119,6 +123,7 @@ examples:
#iommu-cells = <1>; #iommu-cells = <1>;
#reset-cells = <1>; #reset-cells = <1>;
#interconnect-cells = <1>;
emc-timings-3 { emc-timings-3 {
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