[PATCH v2 0/7] Rust Abstractions for PWM subsystem with TH1520 PWM driver
Uwe Kleine-König
ukleinek at kernel.org
Wed Jun 11 22:01:57 PDT 2025
Hello Drew,
On Wed, Jun 11, 2025 at 04:52:22PM -0700, Drew Fustini wrote:
> I also enabled the pwm fan driver. However, there is a probe failure:
>
> [ 1.250921] pwm-fan pwm-fan: Failed to configure PWM: -524
> [ 1.256546] pwm-fan pwm-fan: probe with driver pwm-fan failed with error -524
524 = ENOTSUPP, so it seems the request had duty_offset > 0. Does your
fan use PWM_POLARITY_INVERTED? If so, try without that flag. If your fan
really needs an inverted PWM this of course makes fan control buggy.
With the next revision it should work fine (as a duty_offset > 0 should
get rounded down to 0).
Best regards
Uwe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-riscv/attachments/20250612/3ffc5d49/attachment.sig>
More information about the linux-riscv
mailing list