From: Markus Stockhausen Date: Mon, 8 Jun 2026 16:23:58 +0000 (+0200) Subject: realtek: dts: add phy-package to XGS1x10 series X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea9caafdb581ddc8e94c4b3ac74654ff2a7ef0a2;p=thirdparty%2Fopenwrt.git realtek: dts: add phy-package to XGS1x10 series Describe the RTL8218D packages in the device tree. Link: https://github.com/openwrt/openwrt/pull/23711 Signed-off-by: Markus Stockhausen --- diff --git a/target/linux/realtek/dts/rtl9302_zyxel_xgs1x10-12-common.dtsi b/target/linux/realtek/dts/rtl9302_zyxel_xgs1x10-12-common.dtsi index 6ca1f1d9190..5abed94d505 100644 --- a/target/linux/realtek/dts/rtl9302_zyxel_xgs1x10-12-common.dtsi +++ b/target/linux/realtek/dts/rtl9302_zyxel_xgs1x10-12-common.dtsi @@ -92,14 +92,20 @@ * reset-gpios = <&gpio0 21 GPIO_ACTIVE_LOW>; * disabled because we do not know how to bring up again */ - PHY_C22(0, 0) - PHY_C22(1, 1) - PHY_C22(2, 2) - PHY_C22(3, 3) - PHY_C22(4, 4) - PHY_C22(5, 5) - PHY_C22(6, 6) - PHY_C22(7, 7) + ethernet-phy-package@0 { + #address-cells = <1>; + #size-cells = <0>; + reg = <0>; + + PHY_C22(0, 0) + PHY_C22(1, 1) + PHY_C22(2, 2) + PHY_C22(3, 3) + PHY_C22(4, 4) + PHY_C22(5, 5) + PHY_C22(6, 6) + PHY_C22(7, 7) + }; }; &switch0 {