aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt')
-rw-r--r--Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
index f28128717dcc..c7ea9d4a988b 100644
--- a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.txt
@@ -9,6 +9,10 @@ Required properties:
9 the cells format. 9 the cells format.
10- clocks: Must contain one entry, for the module clock. 10- clocks: Must contain one entry, for the module clock.
11 See ../clocks/clock-bindings.txt for details. 11 See ../clocks/clock-bindings.txt for details.
12- resets: Must contain an entry for each entry in reset-names.
13 See ../reset/reset.txt for details.
14- reset-names: Must include the following entries:
15 - pwm
12 16
13Example: 17Example:
14 18
@@ -17,4 +21,6 @@ Example:
17 reg = <0x7000a000 0x100>; 21 reg = <0x7000a000 0x100>;
18 #pwm-cells = <2>; 22 #pwm-cells = <2>;
19 clocks = <&tegra_car 17>; 23 clocks = <&tegra_car 17>;
24 resets = <&tegra_car 17>;
25 reset-names = "pwm";
20 }; 26 };