Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Dmitry Osipenko and committed by
Krzysztof Kozlowski
ed7f6f2e 95e638e8

+5
+5
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra30-mc.yaml
··· 57 57 "#iommu-cells": 58 58 const: 1 59 59 60 + "#interconnect-cells": 61 + const: 1 62 + 60 63 patternProperties: 61 64 "^emc-timings-[0-9]+$": 62 65 type: object ··· 123 120 - clock-names 124 121 - "#reset-cells" 125 122 - "#iommu-cells" 123 + - "#interconnect-cells" 126 124 127 125 additionalProperties: false 128 126 ··· 139 135 140 136 #iommu-cells = <1>; 141 137 #reset-cells = <1>; 138 + #interconnect-cells = <1>; 142 139 143 140 emc-timings-1 { 144 141 nvidia,ram-code = <1>;