Skip to content

Commit bb01a42

Browse files
dos1Shawn Guo
authored andcommitted
arm64: dts: imx8mq-librem5: Set vibrator's PWM frequency to 20kHz
1Hz as used previously was way too long. Signed-off-by: Sebastian Krzyszkowiak <sebastian.krzyszkowiak@puri.sm> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 6429d40 commit bb01a42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287

288288
vibrator {
289289
compatible = "pwm-vibrator";
290-
pwms = <&pwm1 0 1000000000 0>;
290+
pwms = <&pwm1 0 50000 0>;
291291
pwm-names = "enable";
292292
vcc-supply = <&reg_vdd_3v3>;
293293
};

0 commit comments

Comments
 (0)