net: dwc_eth_qos: Convert to use APIs which support live DT
authorPatrick Delaunay <patrick.delaunay@st.com>
Wed, 9 Sep 2020 16:30:06 +0000 (18:30 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 20:48:18 +0000 (16:48 -0400)
commitcafaa301c98aa8f1b81cf61a91d22d5d68b4b1d3
tree29b39c32c1b106bf4860ba63986177d51ae101d5
parent3151fdd7f4ad0cdb14e3aa35eae9908efa0b572e
net: dwc_eth_qos: Convert to use APIs which support live DT

Use ofnode_ or dev_ APIs instead of fdt_ and fdtdec_ APIs so that the
driver can support live DT.

Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/net/dwc_eth_qos.c