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: 47f5a0a3ee ("realtek: Add support for ZyXEL GS1900-48 Switch")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
This commit is contained in:
Sander Vanheule 2022-02-20 16:25:45 +01:00 committed by Daniel Golle
parent 66140820e1
commit fa20f2bfc7

View File

@ -28,7 +28,7 @@
led_sys: sys {
label = "green:sys";
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
};
};