boards: arm: mimxrt1064/1160/1170_evk: add PWM period cell
Add the PWM period cell to PWM driven LEDs. A value of 20 msec has been chosen as it is the most common value used in other boards. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
6a0deb09a8
commit
9978d06f5b
3 changed files with 3 additions and 3 deletions
|
@ -52,7 +52,7 @@
|
|||
compatible = "pwm-leds";
|
||||
|
||||
green_pwm_led: green_pwm_led {
|
||||
pwms = <&flexpwm2_pwm3 0>;
|
||||
pwms = <&flexpwm2_pwm3 0 PWM_MSEC(20)>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue