From 74509c0e7d4ae95fb6960a3f8c57c94c3d22e9fb Mon Sep 17 00:00:00 2001 From: Markus Stockhausen Date: Fri, 18 Oct 2024 02:20:20 -0400 Subject: [PATCH] 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 Link: https://github.com/openwrt/openwrt/pull/16457 Signed-off-by: Robert Marko --- 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 >; }; -- 2.30.2