commit | 9e6ed388b4170f97bc15781b088e8a3713d86a16 | [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 | 7568702e810444b6e95d094a21f29d6a883d5279 [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>