realtek: remove hardcoded sys-led configurations
authorSander Vanheule <sander@svanheule.net>
Fri, 26 Nov 2021 21:16:47 +0000 (22:16 +0100)
committerSander Vanheule <sander@svanheule.net>
Sun, 10 Jul 2022 07:54:35 +0000 (09:54 +0200)
commiteae5e55a7938504691f8be27665c6fa3935a01d9
tree2128cc484bbfe1e052594ff7a3577fec071bf517
parentb03109c094e63911ee913afc91f715895c5917d8
realtek: remove hardcoded sys-led configurations

setup.c unconditionally sets the sys-led mode (blinking rate) to a
permanent high output. This may cause issues when a board expects this
pin to toggle periodically, e.g. when hooked up to an external watchdog.

If the sys-led peripheral is used to control an LED, the mux should be
configured to use the pin as GPIO0, allowing for better control as a
GPIO LED.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
target/linux/realtek/files-5.10/arch/mips/rtl838x/setup.c