drivers: pwm: stm32: add support for polarity
Add support for the polarity flag in the STM32 PWM driver. STM32 boards using PWM have been updated accordingly. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
528a98ba3f
commit
76f0d72e5d
36 changed files with 162 additions and 130 deletions
|
@ -20,7 +20,7 @@
|
|||
status = "disabled";
|
||||
st,prescaler = <10000>;
|
||||
label = "PWM_1";
|
||||
#pwm-cells = <2>;
|
||||
#pwm-cells = <3>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue