dt-bindings: memory: Add Tegra186 memory subsystem
authorThierry Reding <treding@nvidia.com>
Sun, 22 Dec 2019 14:10:25 +0000 (15:10 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 9 Jan 2020 18:11:26 +0000 (19:11 +0100)
commit720ad00eade9d08aabaf7b130fed1817252badf5
tree8fac81afdf04da4d68623374cb704a5b2c3e326d
parenta213f9f1c35d957731a853e4758c93a758507a25
dt-bindings: memory: Add Tegra186 memory subsystem

The NVIDIA Tegra186 SoC contains a memory subsystem composed of the
memory controller and the external memory controller. The memory
controller provides interfaces for the memory clients to access the
memory. Accesses can be either bounced through the SMMU for IOVA
translation or directly to the EMC.

The bulk of the programming of the external memory controller happens
through interfaces exposed by the BPMP. Describe this relationship by
adding a phandle reference to the BPMP to the EMC node.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra186-mc.yaml [new file with mode: 0644]