summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikko Perttunen2016-12-14 12:16:15 +0100
committerThierry Reding2017-04-05 18:11:48 +0200
commit6cc5f00f34c4c1a4891f976b71c0fb1c54a820ab (patch)
tree1156d3974b627a96ee8cce3f2b398f0d0f6280cc
parentdrm/tegra: Add falcon helper library (diff)
downloadkernel-qcow2-linux-6cc5f00f34c4c1a4891f976b71c0fb1c54a820ab.tar.gz
kernel-qcow2-linux-6cc5f00f34c4c1a4891f976b71c0fb1c54a820ab.tar.xz
kernel-qcow2-linux-6cc5f00f34c4c1a4891f976b71c0fb1c54a820ab.zip
dt-bindings: Add bindings for the Tegra VIC
The VIC (Video Image Compositor) is a Host1x client unit that can do various 2D composition and transform operations. Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
-rw-r--r--Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt13
1 files changed, 13 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 0fad7ed2ea19..74e1e8add5a1 100644
--- a/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
+++ b/Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.txt
@@ -249,6 +249,19 @@ of the following host1x client modules:
See ../pinctrl/nvidia,tegra124-dpaux-padctl.txt for information
regarding the DPAUX pad controller bindings.
+- vic: Video Image Compositor
+ - compatible : "nvidia,tegra<chip>-vic"
+ - reg: Physical base address and length of the controller's registers.
+ - interrupts: The interrupt outputs from the controller.
+ - clocks: Must contain an entry for each entry in clock-names.
+ See ../clocks/clock-bindings.txt for details.
+ - clock-names: Must include the following entries:
+ - vic: clock input for the VIC hardware
+ - resets: Must contain an entry for each entry in reset-names.
+ See ../reset/reset.txt for details.
+ - reset-names: Must include the following entries:
+ - vic
+
Example:
/ {