Skip to content

Commit 91265f0

Browse files
kartbencfriedt
authored andcommitted
boards: nrf52840_mdk_usb_dongle: disable pwmleds node
PWM leds for this board are not functional out-of-the-box as pwm0 needs to be configured/enabled first. Disable the pwmleds node to reflect this. Signed-off-by: Benjamin Cabé <[email protected]>
1 parent acf7657 commit 91265f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boards/makerdiary/nrf52840_mdk_usb_dongle/nrf52840_mdk_usb_dongle.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
pwmleds {
4545
compatible = "pwm-leds";
46+
status = "disabled";
4647

4748
red_pwm_led: pwm_led_0 {
4849
pwms = <&pwm0 0 PWM_MSEC(20) PWM_POLARITY_INVERTED>;

0 commit comments

Comments
 (0)