commit | 250fa22c7ec24f6ee78d61efe8791b6b763d2d60 | [log] [tgz] |
---|---|---|
author | Jim Liu <jim.t90615@gmail.com> | Tue Sep 13 14:25:21 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 22 10:40:36 2022 -0500 |
tree | 37c6187602bca6549d34ca69e8cc18dc7da97852 | |
parent | e340720f7ea387527e0704162a732b7416efd894 [diff] |
net: nuvoton: fix build broken for use phy_get_interface_by_name The original patch is use phy_get_interface_by_name to set interface. The new patch is use dev_read_phy_mode to replace it. Signed-off-by: Jim Liu <JJLIU0@nuvoton.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>