commit | f3a246c8cb1cb639a9cc07153ec16127809959b5 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Tue Dec 07 16:14:49 2021 +0100 |
committer | Maureen Helm <maureen.helm@intel.com> | Thu Dec 09 11:07:45 2021 -0600 |
tree | cc95f5442721a6b444411f81eb936107cfc5fc1a | |
parent | a3ead3c5658561dd1e8470f763835544c346c406 [diff] |
test: pwm: Remove range check when PWM signal has inverted polarity There shall be no special case for inverted PWM pulse when checking if the captured value is correct. The output signal inversion is done in HW (at least for stm32h7xx) SoC. The measured value of the pulse shall be the same - no matter if we invert the signal or not (as measuring also takes into account the inversion of the output/input signal). Signed-off-by: Lukasz Majewski <lukma@denx.de>