Currently PWM output is disabled during probe before
DT settings are applied. This is mainly required for LUT
patterns(used for LED breathing effect) to work properly.
However, this can cause issues for the use cases where PWM
output needs to stay ON from early boot up Eg - Display brightness
control.
To fix it, avoid disabling PWM HW for non-LUT pattern use cases
during probe.
Change-Id: I58395a6309514a8b8997915c9f26d219de55b9d7
Fixes: 35b2a64a03 ("pwm: pwm-qti-lpg: Disable PWM output during probe")
Signed-off-by: Kavya Nunna <quic_knunna@quicinc.com>