diff options
author | Thierry Reding <treding@nvidia.com> | 2014-08-26 10:14:02 +0400 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2014-08-26 21:37:19 +0400 |
commit | 9fc3bf5dc2cf3c8703601ad9a612b2f9eefb8a22 (patch) | |
tree | 74389ed3d58e237b365816ff2c1705097bfa5b2f /Documentation | |
parent | 52addcf9d6669fa439387610bc65c92fa0980cef (diff) | |
download | linux-9fc3bf5dc2cf3c8703601ad9a612b2f9eefb8a22.tar.xz |
of: Add NVIDIA Tegra flow controller bindings
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt | 12 |
1 files changed, 12 insertions, 0 deletions
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 index 000000000000..ccf0adddc820 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/tegra/nvidia,tegra20-flowctrl.txt @@ -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>; + }; |