commit | d6d22da3e82a9314576345220de592c54ff3d538 | [log] [tgz] |
---|---|---|
author | Philip Oberfichtner <pro@denx.de> | Fri Aug 02 11:25:37 2024 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 03 09:12:00 2024 -0600 |
tree | 52135c7ed449d958430f74e6e2cb9afa25c74bef | |
parent | 091338f51315698218f5b227daefe484115cbf30 [diff] |
net: dwc_eth_qos: Adapt probe() for PCI devices PCI devices do not necessarily use a device tree. In that case, the driver currently fails to find eqos->config and eqos->regs. This commit factors out the respective functionality. Device tree usage remains default, but board specific implementations will be possible as well. Signed-off-by: Philip Oberfichtner <pro@denx.de>