From bfa4a7b02bf905f63cce5686842cecb0a2ceed7e Mon Sep 17 00:00:00 2001 From: Declan Snyder Date: Tue, 24 Sep 2024 12:59:01 -0500 Subject: [PATCH] boards: frdm_mcxw71: Rename LED to blue The LED is blue, not green. Signed-off-by: Declan Snyder --- boards/nxp/frdm_mcxw71/frdm_mcxw71.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts b/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts index 6d48f571eee..4661572cd16 100644 --- a/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts +++ b/boards/nxp/frdm_mcxw71/frdm_mcxw71.dts @@ -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>; }; };