diff options
| author | Richard Kunze | 2024-03-20 18:26:27 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2024-03-23 17:36:51 +0000 |
| commit | 92c21b2e18f0c53f45cca9731e131568cddcbbd5 (patch) | |
| tree | 18b0d48e0739369695068a49aa8ba9a41c7ca8ea | |
| parent | 27ce04a94867e870ffa1c753e531571054f2358f (diff) | |
| download | openwrt-92c21b2e18f0c53f45cca9731e131568cddcbbd5.tar.gz | |
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@tivano.de>
| -rw-r--r-- | target/linux/realtek/dts-5.15/rtl8382_d-link_dgs-1210-16.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |