forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
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 };