瀏覽代碼

realtek: fix network connectivity on GS750E

Currently OpenWRT does not know how to properly reset the network switch. This would result in
a switch that seemed to come up properly but was unable to handle any traffic. Presumably something
earlier in the boot chain is configuring a part of the switch that gets wiped out when its reset.

For now comment out the reset GPIO entry in the device tree until the driver better supports
bringing up the switch after a reset.

Signed-off-by: Michael 'ASAP' Weinrich <[email protected]>
Michael 'ASAP' Weinrich 2 年之前
父節點
當前提交
3acd584361
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      target/linux/realtek/dts-5.15/rtl8393_netgear_gs750e.dts

+ 2 - 1
target/linux/realtek/dts-5.15/rtl8393_netgear_gs750e.dts

@@ -107,7 +107,8 @@
 		compatible = "realtek,rtl838x-mdio";
 		#address-cells = <1>;
 		#size-cells = <0>;
-		reset-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
+		// Switch doesn't come back properly after a reset so don't.
+		// reset-gpios = <&gpio0 23 GPIO_ACTIVE_LOW>;
 
 		/* External phy RTL8218B #1 */
 		EXTERNAL_PHY(0)