diff options
-rw-r--r-- | Documentation/devicetree/bindings/input/pwm-vibrator.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/input/pwm-vibrator.txt b/Documentation/devicetree/bindings/input/pwm-vibrator.txt index 09145d18491d..88c775a3fe21 100644 --- a/Documentation/devicetree/bindings/input/pwm-vibrator.txt +++ b/Documentation/devicetree/bindings/input/pwm-vibrator.txt | |||
@@ -58,8 +58,8 @@ Example from Motorola Droid 4: | |||
58 | 58 | ||
59 | vibrator { | 59 | vibrator { |
60 | compatible = "pwm-vibrator"; | 60 | compatible = "pwm-vibrator"; |
61 | pwms = <&pwm8 0 1000000000 0>, | 61 | pwms = <&pwm9 0 1000000000 0>, |
62 | <&pwm9 0 1000000000 0>; | 62 | <&pwm8 0 1000000000 0>; |
63 | pwm-names = "enable", "direction"; | 63 | pwm-names = "enable", "direction"; |
64 | direction-duty-cycle-ns = <1000000000>; | 64 | direction-duty-cycle-ns = <1000000000>; |
65 | }; | 65 | }; |