You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iio: adc: ad4134: Specify PWM parameters in nanoseconds
With ref_clk running with a rate not bigger than 1 GHz there is no gain
in using picosecond units as two different PWM settings differ by at
least one nanosecond. So there is no need to differ from upstream where
the pwm subsystem uses nanoseconds to specify PWM parameters.
With the goal to drop support for time_unit, don't explicitly set
state.time_unit = PWM_UNIT_NSEC but rely on this being the default.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@baylibre.com>
0 commit comments