commit | 6f4736475f0989c828ab47687c8a174248e9bd75 | [log] [tgz] |
---|---|---|
author | Philip Oberfichtner <pro@denx.de> | Fri Aug 02 11:25:38 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 09:12:00 2024 -0600 |
tree | cba73c95c56dcca48c1875adc09c2e2d0822f679 | |
parent | d6d22da3e82a9314576345220de592c54ff3d538 [diff] |
net: dwc_eth_qos: Implement bind() for PCI devices PCI devices do not necessarily use a device tree. Implement a bind() function to assign unique device names in that case. Signed-off-by: Philip Oberfichtner <pro@denx.de>