Skip to content
Snippets Groups Projects
Commit 591a2b95 authored by Sven Schwermer's avatar Sven Schwermer Committed by Sungbo Eo
Browse files

ath79: Add LED labels for Airtight C-75


Keep labels since OpenWrt userland tooling (get_dt_led) depends on them
to find the LED instances referenced by the led-* aliases.

The label for the amber power LED was removed in 4eefdc7a.

Signed-off-by: default avatarSven Schwermer <sven@svenschwermer.de>
parent 7fa227ea
No related branches found
No related tags found
No related merge requests found
......@@ -32,12 +32,14 @@
compatible = "gpio-leds";
led_power_amber: power-amber {
label = "amber:power";
color = <LED_COLOR_ID_AMBER>;
function = LED_FUNCTION_POWER;
gpios = <&gpio 14 GPIO_ACTIVE_LOW>;
};
led_power_green: power-green {
label = "green:power";
color = <LED_COLOR_ID_GREEN>;
function = LED_FUNCTION_POWER;
gpios = <&gpio 4 GPIO_ACTIVE_LOW>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment