|
@@ -58,8 +58,8 @@ Example from Motorola Droid 4:
|
|
|
|
|
|
vibrator {
|
|
vibrator {
|
|
compatible = "pwm-vibrator";
|
|
compatible = "pwm-vibrator";
|
|
- pwms = <&pwm8 0 1000000000 0>,
|
|
|
|
- <&pwm9 0 1000000000 0>;
|
|
|
|
|
|
+ pwms = <&pwm9 0 1000000000 0>,
|
|
|
|
+ <&pwm8 0 1000000000 0>;
|
|
pwm-names = "enable", "direction";
|
|
pwm-names = "enable", "direction";
|
|
direction-duty-cycle-ns = <1000000000>;
|
|
direction-duty-cycle-ns = <1000000000>;
|
|
};
|
|
};
|