boards: riscv: tlsr9518adk80d: fix PWM LED polarity
The polarity cell was set to '0', but needs to be 'PWM_POLARITY_NORMAL' (LED is driven in active level). Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
7e86d858cf
commit
ba0a054e43
@ -49,7 +49,7 @@
|
||||
compatible = "pwm-leds";
|
||||
|
||||
pwm_led_blue: pwm_led_0 {
|
||||
pwms = <&pwm0 0 PWM_MSEC(20) 0>;
|
||||
pwms = <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_NORMAL>;
|
||||
label = "PWM LED Blue";
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user