boards: arm: lpcxpresso55s69: add PWM period cell
Updated all PWM specs to include the period cell. Because all specs refer to PWM driven LEDs, a period of 20 msec has been chosen, as most other platforms do. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
9f8e33573e
commit
49476f4fac
|
@ -58,7 +58,7 @@
|
|||
pwmleds {
|
||||
compatible = "pwm-leds";
|
||||
red_pwm_led: red_pwm_led {
|
||||
pwms = <&sc_timer 0 PWM_POLARITY_NORMAL>;
|
||||
pwms = <&sc_timer 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
|
||||
label = "Red PWM LED";
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue