mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 08:02:27 +02:00
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: Dmitry Osipenko <digetx@gmail.com> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20201104164923.21238-14-digetx@gmail.com Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
cac2a3552c
commit
cf3b2deb45
|
|
@ -29,6 +29,9 @@ properties:
|
|||
items:
|
||||
- const: emc
|
||||
|
||||
"#interconnect-cells":
|
||||
const: 0
|
||||
|
||||
nvidia,memory-controller:
|
||||
$ref: /schemas/types.yaml#/definitions/phandle
|
||||
description:
|
||||
|
|
@ -327,6 +330,7 @@ required:
|
|||
- clocks
|
||||
- clock-names
|
||||
- nvidia,memory-controller
|
||||
- "#interconnect-cells"
|
||||
|
||||
additionalProperties: false
|
||||
|
||||
|
|
@ -356,6 +360,8 @@ examples:
|
|||
|
||||
nvidia,memory-controller = <&mc>;
|
||||
|
||||
#interconnect-cells = <0>;
|
||||
|
||||
emc-timings-0 {
|
||||
nvidia,ram-code = <3>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user