diff options
author | Mikko Perttunen <mperttunen@nvidia.com> | 2017-09-05 04:43:04 -0400 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-10-20 08:19:51 -0400 |
commit | d3b3efa1705833aa1b7f55ea9b2ed09e48e957a7 (patch) | |
tree | 733670d57870e3bd7c33c9ec58492470c98e2e97 | |
parent | 617dd7cc490b72345277e2666c8ed34d4f47f0da (diff) |
dt-bindings: host1x: Add Tegra186 information
Add the Tegra186-specific hypervisor-related register range
properties.
Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r-- | Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt index 74e1e8add5a1..844e0103fb0d 100644 --- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt +++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt | |||
@@ -3,6 +3,10 @@ NVIDIA Tegra host1x | |||
3 | Required properties: | 3 | Required properties: |
4 | - compatible: "nvidia,tegra<chip>-host1x" | 4 | - compatible: "nvidia,tegra<chip>-host1x" |
5 | - reg: Physical base address and length of the controller's registers. | 5 | - reg: Physical base address and length of the controller's registers. |
6 | For pre-Tegra186, one entry describing the whole register area. | ||
7 | For Tegra186, one entry for each entry in reg-names: | ||
8 | "vm" - VM region assigned to Linux | ||
9 | "hypervisor" - Hypervisor region (only if Linux acts as hypervisor) | ||
6 | - interrupts: The interrupt outputs from the controller. | 10 | - interrupts: The interrupt outputs from the controller. |
7 | - #address-cells: The number of cells used to represent physical base addresses | 11 | - #address-cells: The number of cells used to represent physical base addresses |
8 | in the host1x address space. Should be 1. | 12 | in the host1x address space. Should be 1. |