Home
last modified time | relevance | path

Searched hist:afe6462da9f68e872a9aeae1dc5389184819c1cf (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/armv7/ls102xa/
H A Dfdt.cafe6462da9f68e872a9aeae1dc5389184819c1cf Tue Jan 12 06:41:26 UTC 2016 Bin Meng <bmeng.cn@gmail.com> arm: ls102xa: Rewrite the logic of ft_fixup_enet_phy_connect_type()

eth_get_dev_by_index() is an API which is not available in driver
model. Use eth_get_dev_by_name() instead, which can also simplifly
the code logic a little bit.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>