From: Jakub Kicinski Date: Thu, 30 May 2024 00:32:51 +0000 (-0700) Subject: Merge branch 'net-ethernet-ti-am65-cpsw-nuss-support-stacked-switches' X-Git-Tag: v6.11-rc1~163^2~294 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1e37449fe3aa32e453eadaaba6e75b66c365efc4;p=thirdparty%2Fkernel%2Flinux.git 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 --- 1e37449fe3aa32e453eadaaba6e75b66c365efc4