realtek: add system LED for ZyXEL XGS1250-12
authorSander Vanheule <sander@svanheule.net>
Tue, 7 Jun 2022 07:21:51 +0000 (09:21 +0200)
committerSander Vanheule <sander@svanheule.net>
Sun, 10 Jul 2022 07:54:35 +0000 (09:54 +0200)
The devicetree for the ZyXEL XGS1250-12 was missing the description of
the front panel LED labeled "PWR SYS". Let's add it so it can be
controlled by the user.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/dts-5.10/rtl9302_zyxel_xgs1250-12.dts

index d8164fd5c22dfc5cc656744b34e05ab073e42f23..a57fc00c6e9f8185909f679ae1efb91a2c662e24 100644 (file)
@@ -5,11 +5,19 @@
 
 #include <dt-bindings/input/input.h>
 #include <dt-bindings/gpio/gpio.h>
+#include <dt-bindings/leds/common.h>
 
 / {
        compatible = "zyxel,xgs1250-12", "realtek,rtl838x-soc";
        model = "Zyxel XGS1250-12 Switch";
 
+       aliases {
+               led-boot = &led_pwr_sys;
+               led-failsafe = &led_pwr_sys;
+               led-running = &led_pwr_sys;
+               led-upgrade = &led_pwr_sys;
+       };
+
        keys {
                compatible = "gpio-keys";
 
                clock-frequency = <100000>;
        };
 
+       leds {
+               compatible = "gpio-leds";
+
+               pinctrl-names = "default";
+               pinctrl-0 = <&pinmux_disable_sys_led>;
+
+               led_pwr_sys: led-0 {
+                       label = "green:power";
+                       color = <LED_COLOR_ID_GREEN>;
+                       function = LED_FUNCTION_POWER;
+                       gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
+               };
+       };
 
        sfp0: sfp-p12 {
                compatible = "sff,sfp";