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:
Erwan Gouriou 2021-06-10 10:37:48 +02:00 committed by Carles Cufí
commit 0d320b3d6b
20 changed files with 21 additions and 0 deletions

View file

@ -110,6 +110,7 @@
pwm12: pwm {
status = "okay";
st,prescaler = <10000>;
pinctrl-0 = <&tim12_ch1_pb14>;
};
};