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
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
nvmem-cell-names = "mac-address";
label = "wan";
phy-mode = "internal";
- phy-connection-type = "internal";
phy = <&int_2p5g_phy>;
status = "okay";
};
nvmem-cell-names = "mac-address";
label = "lan5";
phy-mode = "usxgmii";
- phy-connection-type = "usxgmii";
phy = <&phy27>;
status = "okay";
};