kernel/Documentation/devicetree/bindings/input/pwm-vibrator.txt
.. .. @@ -58,8 +58,8 @@ 58 58 59 59 vibrator { 60 60 compatible = "pwm-vibrator"; 61 - pwms = <&pwm8 0 1000000000 0>,62 - <&pwm9 0 1000000000 0>;61 + pwms = <&pwm9 0 1000000000 0>,62 + <&pwm8 0 1000000000 0>;63 63 pwm-names = "enable", "direction"; 64 64 direction-duty-cycle-ns = <1000000000>; 65 65 };