]> git.baikalelectronics.ru Git - kernel.git/commit
of: Add NVIDIA Tegra memory controller binding
authorThierry Reding <treding@nvidia.com>
Thu, 26 Jun 2014 19:18:53 +0000 (21:18 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Nov 2014 08:43:25 +0000 (09:43 +0100)
commit5c39b9d1a62c346a40f5c5c9c13ece4f08f790ad
treebf0166972e1f6457721de0a5921c9a8cd9c1fddb
parent79197660fe05ea1536a7375b7152b9088b101b50
of: Add NVIDIA Tegra memory controller binding

The memory controller on NVIDIA Tegra exposes various knobs that can be
used to tune the behaviour of the clients attached to it.

In addition, the memory controller implements an SMMU (IOMMU) which can
translate I/O virtual addresses to physical addresses for clients. This
is useful for scatter-gather operation on devices that don't support it
natively and for virtualization or process separation.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/memory-controllers/nvidia,tegra-mc.txt [new file with mode: 0644]