]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dwc_eth_qos: Implement bind() for PCI devices
authorPhilip Oberfichtner <pro@denx.de>
Fri, 2 Aug 2024 09:25:38 +0000 (11:25 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 3 Sep 2024 15:12:00 +0000 (09:12 -0600)
commit2689b14ef3d4a4702330a03431f09847ef8e2090
treecba73c95c56dcca48c1875adc09c2e2d0822f679
parentbeabef651139574ba372e6d0ba004fad1ce64759
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>
drivers/net/dwc_eth_qos.c