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:
Gerard Marull-Paretas 2022-04-22 12:48:02 +02:00 committed by Carles Cufí
parent 7e86d858cf
commit ba0a054e43

View File

@ -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";
};
};