of: Add NVIDIA Tegra flow controller bindings
authorThierry Reding <treding@nvidia.com>
Tue, 26 Aug 2014 06:14:02 +0000 (08:14 +0200)
committerStephen Warren <swarren@nvidia.com>
Tue, 26 Aug 2014 17:37:19 +0000 (11:37 -0600)
Add device tree bindings for the flow controller found on NVIDIA Tegra
SoCs.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt [new file with mode: 0644]

diff --git a/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt
new file mode 100644 (file)
index 0000000..ccf0add
--- /dev/null
@@ -0,0 +1,12 @@
+NVIDIA Tegra Flow Controller
+
+Required properties:
+- compatible: Should be "nvidia,tegra<chip>-flowctrl"
+- reg: Should contain one register range (address and length)
+
+Example:
+
+       flow-controller@60007000 {
+               compatible = "nvidia,tegra20-flowctrl";
+               reg = <0x60007000 0x1000>;
+       };