Commit 3ee81e02 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Krzysztof Kozlowski

dt-bindings: memory: tegra20: 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-7-digetx@gmail.comSigned-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent e51a59f0
...@@ -16,6 +16,8 @@ Required properties: ...@@ -16,6 +16,8 @@ Required properties:
IOMMU specifier needed to encode an address. GART supports only a single IOMMU specifier needed to encode an address. GART supports only a single
address space that is shared by all devices, therefore no additional address space that is shared by all devices, therefore no additional
information needed for the address encoding. information needed for the address encoding.
- #interconnect-cells : Should be 1. This cell represents memory client.
The assignments may be found in header file <dt-bindings/memory/tegra20-mc.h>.
Example: Example:
mc: memory-controller@7000f000 { mc: memory-controller@7000f000 {
...@@ -27,6 +29,7 @@ Example: ...@@ -27,6 +29,7 @@ Example:
interrupts = <GIC_SPI 77 0x04>; interrupts = <GIC_SPI 77 0x04>;
#reset-cells = <1>; #reset-cells = <1>;
#iommu-cells = <0>; #iommu-cells = <0>;
#interconnect-cells = <1>;
}; };
video-codec@6001a000 { video-codec@6001a000 {
......
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