Skip to content
Snippets Groups Projects
Commit fa20f2bf authored by Sander Vanheule's avatar Sander Vanheule Committed by Daniel Golle
Browse files

realtek: ZyXEL GS1900-48: fix system LED polarity


When driven by a GPIO pin, the system LED needs to be configured as
active high. Otherwise the LED switches off after booting and
initialisation.

Fixes: 47f5a0a3 ("realtek: Add support for ZyXEL GS1900-48 Switch")
Signed-off-by: default avatarSander Vanheule <sander@svanheule.net>
parent 66140820
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
led_sys: sys { led_sys: sys {
label = "green:sys"; label = "green:sys";
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
}; };
}; };
......
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