mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:44:45 +01:00
dt-bindings: memory: tegra30: 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: Dmitry Osipenko <digetx@gmail.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201104164923.21238-10-digetx@gmail.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
95e638e8b0
commit
ed7f6f2eaa
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,9 @@ properties:
|
|||
"#iommu-cells":
|
||||
const: 1
|
||||
|
||||
"#interconnect-cells":
|
||||
const: 1
|
||||
|
||||
patternProperties:
|
||||
"^emc-timings-[0-9]+$":
|
||||
type: object
|
||||
|
|
@ -120,6 +123,7 @@ required:
|
|||
- clock-names
|
||||
- "#reset-cells"
|
||||
- "#iommu-cells"
|
||||
- "#interconnect-cells"
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
|
|
@ -135,6 +139,7 @@ examples:
|
|||
|
||||
#iommu-cells = <1>;
|
||||
#reset-cells = <1>;
|
||||
#interconnect-cells = <1>;
|
||||
|
||||
emc-timings-1 {
|
||||
nvidia,ram-code = <1>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue