Skip to content

pbb: led pwms: Add 'pwm-always-on' option, removed delay when enable the led

Jonas Höppner requested to merge pbb-led-pwm-always-on into linux-5.10.52-seco

When the led brightness is changed from 0->1 the pwm needs to be enabled. This clock-enabling introduces a delay from about 1ms. With the new devicetree property the pwm is left enabled also in the 0 brightness state of the led/pwm. This removes the delay.

Merge request reports