diff options
| author | Maxim Anisimov | 2026-03-23 07:38:15 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2026-03-29 15:35:55 +0000 |
| commit | c6330df3963d66f273d19a615f36cd9336508629 (patch) | |
| tree | 5833cd35453167787ad07e8be265215707c3b108 | |
| parent | e6c43b80e350af51fe04bfa1f90ee2fae0f13d49 (diff) | |
| download | openwrt-c6330df3963d66f273d19a615f36cd9336508629.tar.gz | |
mediatek: filogic: kn-1812: drop phy-connection-type prop
The 'phy-connection-type' property is unnecessary and can be removed.
Signed-off-by: Maxim Anisimov <maxim.anisimov.ua@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/22575
(cherry picked from commit 16a66de89ebd3889d92379ef3577fbef2fb35c55)
Link: https://github.com/openwrt/openwrt/pull/22626
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi b/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi index 2381030167..9b183bf581 100644 --- a/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi +++ b/target/linux/mediatek/dts/mt7988d-keenetic-kn-1812.dtsi @@ -369,7 +369,6 @@ nvmem-cell-names = "mac-address"; label = "wan"; phy-mode = "internal"; - phy-connection-type = "internal"; phy = <&int_2p5g_phy>; status = "okay"; }; @@ -411,7 +410,6 @@ nvmem-cell-names = "mac-address"; label = "lan5"; phy-mode = "usxgmii"; - phy-connection-type = "usxgmii"; phy = <&phy27>; status = "okay"; }; |