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

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>

authored by

Mikko Perttunen and committed by
Thierry Reding
d3b3efa1 617dd7cc

+4
+4
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
··· 3 3 Required properties: 4 4 - compatible: "nvidia,tegra<chip>-host1x" 5 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 10 - interrupts: The interrupt outputs from the controller. 7 11 - #address-cells: The number of cells used to represent physical base addresses 8 12 in the host1x address space. Should be 1.