aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2021-08-23 18:07:05 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2021-09-26 00:32:18 +0200
commit216011e424cf438c3bb68e641139b8b720d93a87 (patch)
tree8521143ce4df83e403a05fb4529ef70d2b3d80f4 /target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts
parent45b2a5d840590fb9b8a4c64fba4deca51a2b0b65 (diff)
downloadupstream-216011e424cf438c3bb68e641139b8b720d93a87.tar.gz
upstream-216011e424cf438c3bb68e641139b8b720d93a87.tar.bz2
upstream-216011e424cf438c3bb68e641139b8b720d93a87.zip
realtek: enable uart1 on the devices with PoE support in 5.10
On the devices with PoE support, the secondary UART (uart1) on the SoC is used to communicate between the SoC and controller. Enable the secondary UART on the following devices: - D-Link DGS-1210-10P - Netgear GS110TPP v1 - Netgear GS310TP v1 - ZyXEL GS1900-8HP v1/v2 - ZyXEL GS1900-10HP - ZyXEL GS1900-24HP v2 Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Diffstat (limited to 'target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts')
-rw-r--r--target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts b/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts
index cdc4aed6d1..0768462255 100644
--- a/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts
+++ b/target/linux/realtek/dts-5.10/rtl8380_zyxel_gs1900-8hp-v2.dts
@@ -6,3 +6,7 @@
compatible = "zyxel,gs1900-8hp-v2", "realtek,rtl838x-soc";
model = "ZyXEL GS1900-8HP v2 Switch";
};
+
+&uart1 {
+ status = "okay";
+};