]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: ksz9477: rename udevice_id tab to ksz_ids
authorRomain Naour <romain.naour@smile.fr>
Tue, 8 Oct 2024 07:54:27 +0000 (09:54 +0200)
committerTom Rini <trini@konsulko.com>
Sun, 27 Oct 2024 16:19:44 +0000 (10:19 -0600)
commit04c183c542ad727afa946dc879a1b76785573548
treec55562b5e21bf30fd05536aafefcf66968be1b0c
parent2708c81672f8d8be954afdf8d7187bae51d38a22
net: ksz9477: rename udevice_id tab to ksz_ids

The DSA KSZ devicetree binding doesn't specify anything about the
underlying bus between the SoC and the DSA switch, so the same
"compatible" string can be used wathever the management interface
used. The driver must be able to access the underlying bus without
any help from the compatible string (like for TPM2 TIS devices).

So, rename udevice_id tab to ksz_ids since it's not specific to i2c
bus.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
drivers/net/ksz9477.c