[openwrt/openwrt] realtek: remove wrong SMI bus from XGS1250
LEDE Commits
lede-commits at lists.infradead.org
Sun Oct 27 14:26:37 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/74509c0e7d4ae95fb6960a3f8c57c94c3d22e9fb
commit 74509c0e7d4ae95fb6960a3f8c57c94c3d22e9fb
Author: Markus Stockhausen <markus.stockhausen at gmx.de>
AuthorDate: Fri Oct 18 02:20:20 2024 -0400
realtek: remove wrong SMI bus from XGS1250
The RTL930x have only 4 SMI busses (0-3) and the XGS1250 SFP port ist
directly managed. Remove the wrong configuration in the dts.
Signed-off-by: Markus Stockhausen <markus.stockhausen at gmx.de>
Link: https://github.com/openwrt/openwrt/pull/16457
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
target/linux/realtek/dts/rtl9302_zyxel_xgs1250-12.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/target/linux/realtek/dts/rtl9302_zyxel_xgs1250-12.dts b/target/linux/realtek/dts/rtl9302_zyxel_xgs1250-12.dts
index 0c35d7b004..d7252c9984 100644
--- a/target/linux/realtek/dts/rtl9302_zyxel_xgs1250-12.dts
+++ b/target/linux/realtek/dts/rtl9302_zyxel_xgs1250-12.dts
@@ -310,7 +310,6 @@
compatible = "ethernet-phy-ieee802.3-c22";
phy-is-integrated;
reg = <27>;
- rtl9300,smi-address = <4 0>;
sds = < 9 >;
};
More information about the lede-commits
mailing list