]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'net-ethernet-ti-am65-cpsw-nuss-support-stacked-switches'
authorJakub Kicinski <kuba@kernel.org>
Thu, 30 May 2024 00:32:51 +0000 (17:32 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 May 2024 00:32:51 +0000 (17:32 -0700)
commit1e37449fe3aa32e453eadaaba6e75b66c365efc4
tree72a57f78b5f23d7d6cb362a85642ab9cf50f7ef9
parent0f4b437b5fbf5141ff886bb47581123eb222c543
parent29c71bf2a05a11f0d139590d37d92547477d5eb2
Merge branch 'net-ethernet-ti-am65-cpsw-nuss-support-stacked-switches'

Alexander Sverdlin says:

====================
net: ethernet: ti: am65-cpsw-nuss: support stacked switches

Currently an external Ethernet switch connected to a am65-cpsw-nuss CPU
port will not be probed successfully because of_find_net_device_by_node()
will not be able to find the netdev of the CPU port.

It's necessary to populate of_node of the struct device for the
am65-cpsw-nuss ports. DT nodes of the ports are already stored in per-port
private data, but because of some legacy reasons the naming ("phy_node")
was misleading.
====================

Link: https://lore.kernel.org/r/20240528075954.3608118-1-alexander.sverdlin@siemens.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>