boards: frdm_mcxw71: Rename LED to blue
The LED is blue, not green. Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
This commit is contained in:
parent
5399615cdc
commit
bfa4a7b02b
@ -12,7 +12,7 @@
|
||||
model = "NXP FRDM-MCXW71 board";
|
||||
|
||||
aliases {
|
||||
led0 = &green_led;
|
||||
led0 = &blue_led;
|
||||
};
|
||||
|
||||
chosen {
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
user_led {
|
||||
compatible = "gpio-leds";
|
||||
green_led: led {
|
||||
blue_led: led {
|
||||
gpios = <&gpioc 1 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user