mirror of
https://github.com/VIKINGYFY/immortalwrt.git
synced 2025-12-16 17:15:26 +00:00
Remove all pseudo-PHYs and phy-handle properties from DTS of RTL838X devices. RTL838X SerDes is now handled by PCS driver and thus not treated as PHY anymore. Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20876 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
14 lines
223 B
Plaintext
14 lines
223 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#include "rtl8380_tplink_sg2xxx.dtsi"
|
|
|
|
/ {
|
|
compatible = "tplink,sg2008p-v1", "realtek,rtl838x-soc";
|
|
model = "TP-Link SG2008P v1";
|
|
};
|
|
|
|
&tps23861_20 {
|
|
status = "disabled";
|
|
};
|
|
|