hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/Documentation/devicetree/bindings/input/pwm-vibrator.txt
....@@ -58,8 +58,8 @@
5858
5959 vibrator {
6060 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>;
6363 pwm-names = "enable", "direction";
6464 direction-duty-cycle-ns = <1000000000>;
6565 };