Skip to content

Commit

Permalink
realtek: ZyXEL GS1900-48: fix system LED polarity
Browse files Browse the repository at this point in the history
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: 47f5a0a ("realtek: Add support for ZyXEL GS1900-48 Switch")
Signed-off-by: Sander Vanheule <sander@svanheule.net>
  • Loading branch information
svanheule authored and dangowrt committed Feb 20, 2022
1 parent 6614082 commit fa20f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/realtek/dts-5.10/rtl8393_zyxel_gs1900-48.dts
Expand Up @@ -28,7 +28,7 @@

led_sys: sys {
label = "green:sys";
gpios = <&gpio0 0 GPIO_ACTIVE_LOW>;
gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
};
};

Expand Down

0 comments on commit fa20f2b

Please sign in to comment.