boards: stm32: Update pwm nodes after change of default "st,prescaler"
Since "st,prescaler" default value is now 0, set the expected application value on board side. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
d42eb134a0
commit
0d320b3d6b
20 changed files with 21 additions and 0 deletions
|
@ -110,6 +110,7 @@
|
|||
|
||||
pwm12: pwm {
|
||||
status = "okay";
|
||||
st,prescaler = <10000>;
|
||||
pinctrl-0 = <&tim12_ch1_pb14>;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue