Skip to content
Snippets Groups Projects
Commit 22f85d63 authored by Sander Vanheule's avatar Sander Vanheule Committed by Hauke Mehrtens
Browse files

realtek: netgear-gigabit: Add gpio-restart node


The Netgear GS110TPP v1 switch cannot reliably perform cold reboots
using the system's internal reset controller.

On this device, and the other supported Netgear switches, internal GPIO
line 13 is connected to the system's hard reset logic. Expose this GPIO
on all systems to ensure restarts work properly.

Cc: Raylynn Knight <rayknight@me.com>
Cc: Michael Mohr <akihana@gmail.com>
Cc: Stijn Segers <foss@volatilesystems.org>
Cc: Stijn Tintel <stijn@linux-ipv6.be>
Signed-off-by: default avatarSander Vanheule <sander@svanheule.net>
Tested-by: default avatarBjørn Mork <bjorn@mork.no>
parent 3f4d6da4
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,12 @@
linux,code = <KEY_RESTART>;
};
};
gpio-restart {
compatible = "gpio-restart";
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
open-source;
};
};
&gpio0 {
......
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