
6 Oct
2017
6 Oct
'17
6:26 p.m.
At present if the PWM set_invert() method is not called then the flags are not set up and the driver does not work properly. Fix this by setting up the default flags when probing.
Signed-off-by: Simon Glass sjg@chromium.org Fixes: 874ee59 (rockchip: pwm: implement pwm_set_invert())
drivers/pwm/rk_pwm.c | 1 + 1 file changed, 1 insertion(+)
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com