commit | beabef651139574ba372e6d0ba004fad1ce64759 | [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 | 14b237a8bd169c81faef1c62c9bcb21c655cf5a4 [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>