commit | 6c993815bbea1911987e238e6e9d9fa5fd0fa8b6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Mar 14 20:14:50 2021 +0800 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Thu Apr 15 14:22:17 2021 +0530 |
tree | e364c4d6a95eb3f0af2df60f8b21bf6986acf051 | |
parent | 3407c30eeb885431e603bca4ca558ce53dc96a68 [diff] |
net: phy: xilinx: Be compatible with live OF tree Following the same updates that were done to the fixed phy driver, use ofnode_ APIs instead of fdt_ APIs so that the Xilinx PHY driver can support live DT. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>