diff options
| author | Stephen Warren <swarren@nvidia.com> | 2013-11-06 16:00:25 -0500 |
|---|---|---|
| committer | Stephen Warren <swarren@nvidia.com> | 2013-12-11 18:41:55 -0500 |
| commit | d8f64797c5ff3351a54830bba2cbc7e0b00e4613 (patch) | |
| tree | 6df5a7b5c0fe9effa08aef6df00d8d8dc6b08014 /Documentation/devicetree/bindings/nvec | |
| parent | e9827d9be9777cf287dd1340e6e7a8526f9e0b70 (diff) | |
ARM: tegra: add missing clock documentation to DT bindings
Many of the Tegra DT binding documents say nothing about the clocks or
clock-names properties, yet those are present and required in DT files.
This patch simply updates the documentation file to match the implicit
definition of the binding, based on real-world DT content.
All Tegra bindings that mention clocks are updated to have consistent
wording and formatting of the clock-related properties.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-By: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'Documentation/devicetree/bindings/nvec')
| -rw-r--r-- | Documentation/devicetree/bindings/nvec/nvidia,nvec.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/nvec/nvidia,nvec.txt b/Documentation/devicetree/bindings/nvec/nvidia,nvec.txt index 5aeee53ff9f4..a97fe575ca29 100644 --- a/Documentation/devicetree/bindings/nvec/nvidia,nvec.txt +++ b/Documentation/devicetree/bindings/nvec/nvidia,nvec.txt | |||
| @@ -7,3 +7,11 @@ Required properties: | |||
| 7 | - clock-frequency : the frequency of the i2c bus | 7 | - clock-frequency : the frequency of the i2c bus |
| 8 | - gpios : the gpio used for ec request | 8 | - gpios : the gpio used for ec request |
| 9 | - slave-addr: the i2c address of the slave controller | 9 | - slave-addr: the i2c address of the slave controller |
| 10 | - clocks : Must contain an entry for each entry in clock-names. | ||
| 11 | See ../clocks/clock-bindings.txt for details. | ||
| 12 | - clock-names : Must include the following entries: | ||
| 13 | Tegra20/Tegra30: | ||
| 14 | - div-clk | ||
| 15 | - fast-clk | ||
| 16 | Tegra114: | ||
| 17 | - div-clk | ||
