mediatek: convert to new LED color/function format where possible

Initial conversion to new LED color/function format
and drop label format where possible. The same label
is composed at runtime.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi 2024-02-07 14:48:39 +01:00
parent 3cd1250c95
commit 2d63d42f5e
No known key found for this signature in database
GPG Key ID: AC001D09ADBFEAD7
17 changed files with 93 additions and 39 deletions

View File

@ -2,6 +2,7 @@
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/gpio/gpio.h>
#include "mt7622.dtsi"
@ -57,7 +58,8 @@
compatible = "gpio-leds";
led_status: status_red {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 81 GPIO_ACTIVE_LOW>;
default-state = "on";
};

View File

@ -2,6 +2,7 @@
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/gpio/gpio.h>
#include "mt7622.dtsi"
@ -32,12 +33,14 @@
compatible = "gpio-leds";
led_power_blue: power_blue {
label = "blue:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_BLUE>;
gpios = <&pio 18 GPIO_ACTIVE_LOW>;
};
led_power_amber: power_amber {
label = "amber:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_AMBER>;
gpios = <&pio 17 GPIO_ACTIVE_LOW>;
};

View File

@ -2,6 +2,7 @@
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7629.dtsi"
/ {
@ -25,7 +26,8 @@
compatible = "gpio-leds";
led_cpu: cpu {
label = "orange:cpu";
function = LED_FUNCTION_CPU;
color = <LED_COLOR_ID_ORANGE>;
gpios = <&pio 57 GPIO_ACTIVE_LOW>;
};
@ -42,7 +44,8 @@
};
wan {
label = "orange:wan";
function = LED_FUNCTION_WAN;
color = <LED_COLOR_ID_ORANGE>;
gpios = <&pio 12 GPIO_ACTIVE_HIGH>;
};
};

View File

@ -2,6 +2,7 @@
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7629.dtsi"
/ {
@ -53,12 +54,14 @@
compatible = "gpio-leds";
led_power_green: power_green {
label = "green:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 21 GPIO_ACTIVE_LOW>;
};
led_power_red: power_red {
label = "red:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 61 GPIO_ACTIVE_LOW>;
};
@ -83,7 +86,8 @@
};
wps_green {
label = "green:wps";
function = LED_FUNCTION_WPS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 57 GPIO_ACTIVE_LOW>;
};

View File

@ -2,6 +2,7 @@
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7629.dtsi"
/ {
@ -35,13 +36,15 @@
compatible = "gpio-leds";
led_status_green: status_green {
label = "green:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 55 GPIO_ACTIVE_HIGH>;
default-state = "on";
};
led_status_amber: status_amber {
label = "amber:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_AMBER>;
gpios = <&pio 56 GPIO_ACTIVE_HIGH>;
};
};

View File

@ -3,6 +3,7 @@
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7981.dtsi"
@ -47,12 +48,14 @@
compatible = "gpio-leds";
led_status_red: led_status_red {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 3 GPIO_ACTIVE_LOW>;
};
led_status_green: led_status_green {
label = "green:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
};
};

View File

@ -6,6 +6,7 @@
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7981.dtsi"
@ -50,17 +51,20 @@
compatible = "gpio-leds";
green_led: led-0 {
label = "green:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
};
led-1 {
label = "blue:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_BLUE>;
gpios = <&pio 12 GPIO_ACTIVE_LOW>;
};
red_led: led-2 {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 35 GPIO_ACTIVE_LOW>;
};
};

View File

@ -2,6 +2,8 @@
/dts-v1/;
#include <dt-bindings/leds/common.h>
#include "mt7981.dtsi"
/ {
@ -42,7 +44,8 @@
compatible = "gpio-leds";
led_status: led@0 {
label = "blue:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_BLUE>;
gpios = <&pio 10 GPIO_ACTIVE_LOW>;
};
@ -52,12 +55,14 @@
};
led@2 {
label = "blue:wan";
function = LED_FUNCTION_WAN;
color = <LED_COLOR_ID_BLUE>;
gpios = <&pio 5 GPIO_ACTIVE_LOW>;
};
led@3 {
label = "blue:lan";
function = LED_FUNCTION_LAN;
color = <LED_COLOR_ID_BLUE>;
gpios = <&pio 9 GPIO_ACTIVE_LOW>;
};

View File

@ -3,6 +3,7 @@
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7981.dtsi"
@ -46,12 +47,14 @@
compatible = "gpio-leds";
led_status_green: green {
label = "green:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 4 GPIO_ACTIVE_LOW>;
};
led_status_red: red {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 5 GPIO_ACTIVE_LOW>;
};
};

View File

@ -3,6 +3,7 @@
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7981.dtsi"
@ -41,12 +42,14 @@
compatible = "gpio-leds";
led_status_red: red {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 8 GPIO_ACTIVE_HIGH>;
};
led_status_blue: blue {
label = "blue:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_BLUE>;
gpios = <&pio 13 GPIO_ACTIVE_LOW>;
};
};

View File

@ -3,6 +3,7 @@
/dts-v1/;
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7981.dtsi"
@ -46,12 +47,14 @@
compatible = "gpio-leds";
led_status_red: red {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 3 GPIO_ACTIVE_LOW>;
};
led_status_green: green {
label = "green:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
};
};

View File

@ -65,7 +65,8 @@
};
wan-red {
label = "red:wan";
function = LED_FUNCTION_WAN;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 12 GPIO_ACTIVE_LOW>;
};
};

View File

@ -48,7 +48,8 @@
compatible = "gpio-leds";
wlan {
label = "white:wlan";
function = LED_FUNCTION_WLAN;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 2 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "phy1tpt";
};
@ -59,7 +60,8 @@
};
wan-red {
label = "red:wan";
function = LED_FUNCTION_WAN;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 12 GPIO_ACTIVE_LOW>;
};

View File

@ -2,6 +2,7 @@
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include "mt7986a.dtsi"
@ -67,12 +68,14 @@
compatible = "gpio-leds";
led_status_red: status_red {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
};
led_status_green: status_green {
label = "green:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 8 GPIO_ACTIVE_HIGH>;
};

View File

@ -7,6 +7,7 @@
#include "mt7986a.dtsi"
#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
/ {
aliases {
@ -140,7 +141,8 @@
};
led_green_lan {
label = "green:lan";
function = LED_FUNCTION_LAN;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 20 GPIO_ACTIVE_HIGH>;
default-state = "off";
};

View File

@ -2,6 +2,7 @@
/dts-v1/;
#include <dt-bindings/input/input.h>
#include <dt-bindings/leds/common.h>
#include <dt-bindings/gpio/gpio.h>
#include "mt7986a.dtsi"
@ -88,25 +89,29 @@
};
white2 {
label = "white:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_WHITE>;
gpios = <&pio 16 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
red2 {
label = "red:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_RED>;
gpios = <&pio 17 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
led_status_green: green2 {
label = "green:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_GREEN>;
gpios = <&pio 31 GPIO_ACTIVE_HIGH>;
default-state = "off";
};
led_status_amber: amber2 {
label = "amber:status";
function = LED_FUNCTION_STATUS;
color = <LED_COLOR_ID_AMBER>;
gpios = <&pio 18 GPIO_ACTIVE_HIGH>;
default-state = "off";
};

View File

@ -43,7 +43,8 @@
led_power_amber: power_amber {
gpios = <&pio 15 GPIO_ACTIVE_LOW>;
label = "amber:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_AMBER>;
};
wlan2g_green {
@ -53,12 +54,14 @@
led_power_blue: power_blue {
gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
label = "blue:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_BLUE>;
};
led_power_green: power_green {
gpios = <&pio 10 GPIO_ACTIVE_LOW>;
label = "green:power";
function = LED_FUNCTION_POWER;
color = <LED_COLOR_ID_GREEN>;
};
wlan2g_blue {
@ -68,12 +71,14 @@
lan_green {
gpios = <&pio 22 GPIO_ACTIVE_HIGH>;
label = "green:lan";
function = LED_FUNCTION_LAN;
color = <LED_COLOR_ID_GREEN>;
};
lan_amber {
gpios = <&pio 13 GPIO_ACTIVE_LOW>;
label = "amber:lan";
function = LED_FUNCTION_LAN;
color = <LED_COLOR_ID_AMBER>;
};
wlan5g_blue {