[openwrt/openwrt] realtek: support common GPIOs on D-Link DGS-1210-16
LEDE Commits
lede-commits at lists.infradead.org
Sat Mar 23 10:36:59 PDT 2024
svanheule pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/92c21b2e18f0c53f45cca9731e131568cddcbbd5
commit 92c21b2e18f0c53f45cca9731e131568cddcbbd5
Author: Richard Kunze <kunze at tivano.de>
AuthorDate: Wed Mar 20 19:26:27 2024 +0100
realtek: support common GPIOs on D-Link DGS-1210-16
D-Link DGS-1210-16 hangs when rebooting and has no support for the reset
button.
Fix both by enabling the same GPIOs for reboot and the reset button as
already used for D-Link DGS-1210-20 and D-Link DGS-1210-28.
Signed-off-by: Richard Kunze <kunze at tivano.de>
---
target/linux/realtek/dts-5.15/rtl8382_d-link_dgs-1210-16.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/linux/realtek/dts-5.15/rtl8382_d-link_dgs-1210-16.dts b/target/linux/realtek/dts-5.15/rtl8382_d-link_dgs-1210-16.dts
index 35f41b9e4d..c9a79fb607 100644
--- a/target/linux/realtek/dts-5.15/rtl8382_d-link_dgs-1210-16.dts
+++ b/target/linux/realtek/dts-5.15/rtl8382_d-link_dgs-1210-16.dts
@@ -2,6 +2,7 @@
#include "rtl838x.dtsi"
#include "rtl83xx_d-link_dgs-1210_common.dtsi"
+#include "rtl83xx_d-link_dgs-1210_gpio.dtsi"
/ {
compatible = "d-link,dgs-1210-16", "realtek,rtl838x-soc";
More information about the lede-commits
mailing list