forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
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 };