]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'dpaa2-eth-of_node'
authorDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 21:05:04 +0000 (14:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 May 2021 21:05:04 +0000 (14:05 -0700)
commitf488a007ee43144913efd8b4c0b08be926e05385
tree6dca9961a60361745610bcc196c6362adc55b93f
parentb510857400bfde9ce8628036e482a1aa12ffc41b
parent41d6d1e082380fefbba91eb17618176f9978d64f
Merge branch 'dpaa2-eth-of_node'

Ioana Ciornei says:

====================
dpaa2-eth: setup the of_node

This patch set allows DSA to work with a DPAA2 master device by setting
up the of_node to point to the corresponding MAC DTS node, so that
of_find_net_device_by_node() can find it.
As an added benefit, udev rules can now be used to create a naming
scheme based on the physical MAC.

The second patch renames the debugfs directory to use the DPNI name
instead of the netdev name, since the latter can be changed after probe
time.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>