diff options
| author | Markus Stockhausen | 2024-10-18 06:20:20 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-10-27 21:26:25 +0000 |
| commit | 74509c0e7d4ae95fb6960a3f8c57c94c3d22e9fb (patch) | |
| tree | 0f0805f7c597a57432ec17533a638d7783568aed | |
| parent | 8f68e1abe591db4db5542466761b815d06775d21 (diff) | |
| download | openwrt-74509c0e7d4ae95fb6960a3f8c57c94c3d22e9fb.tar.gz | |
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@gmx.de>
Link: https://github.com/openwrt/openwrt/pull/16457
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/realtek/dts/rtl9302_zyxel_xgs1250-12.dts | 1 |
1 files changed, 0 insertions, 1 deletions
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 >; }; |