Re: [RFC PATCH v4 2/2] pwm: imx: Configure output to GPIO in disabled state

2019-01-24 Thread Michal Vokáč
On 13.12.2018 09:56, Uwe Kleine-König wrote: On Wed, Dec 12, 2018 at 12:04:51PM +, Vokáč Michal wrote: Normally the PWM output is held LOW when PWM is disabled. This can cause problems when inverted PWM signal polarity is needed. With this behavior the connected circuit is fed by 100% duty c

Re: [RFC PATCH v4 2/2] pwm: imx: Configure output to GPIO in disabled state

2018-12-13 Thread Uwe Kleine-König
Hello, On Wed, Dec 12, 2018 at 12:04:51PM +, Vokáč Michal wrote: > Normally the PWM output is held LOW when PWM is disabled. This can cause > problems when inverted PWM signal polarity is needed. With this behavior > the connected circuit is fed by 100% duty cycle instead of being shut-off. >