Skip to content

Commit

Permalink
Fix color mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingMarco committed Jun 29, 2024
1 parent e5ed511 commit 2d2eb0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/ath79/dts/ar9344_huawei_ap6010dn.dts
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
leds {
compatible = "gpio-leds";

led_function_green: led-status-red {
led_function_green: led-status-green {
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&gpio 13 GPIO_ACTIVE_HIGH>;
};

led_function_red: led-status-green {
led_function_red: led-status-red {
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&gpio 14 GPIO_ACTIVE_HIGH>;
Expand Down

0 comments on commit 2d2eb0b

Please sign in to comment.