Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Krzyszkowiak
linux-next
Commits
040a5df2
Verified
Commit
040a5df2
authored
Apr 07, 2022
by
Sebastian Krzyszkowiak
Browse files
dts: imx8mq-librem5: Set vibrator's PWM frequency to 100Hz
1Hz as used previously was way too long.
parent
25187d76
Pipeline
#75860
passed with stage
in 77 minutes and 39 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi
View file @
040a5df2
...
...
@@ -398,7 +398,7 @@ bm818_codec: sound-wwan-codec {
vibrator {
compatible = "pwm-vibrator";
pwms = <&pwm1 0 10000000
00
0>;
pwms = <&pwm1 0 10000000 0>;
pwm-names = "enable";
vcc-supply = <®_vdd_3v3>;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment