commit | cafaa301c98aa8f1b81cf61a91d22d5d68b4b1d3 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Wed Sep 09 18:30:06 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 30 16:48:18 2020 -0400 |
tree | 29b39c32c1b106bf4860ba63986177d51ae101d5 | |
parent | 3151fdd7f4ad0cdb14e3aa35eae9908efa0b572e [diff] |
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>