]> git.baikalelectronics.ru Git - uboot.git/commit
arm: mvebu: turris_mox: Remove hardcoded ethernet node names
authorPali Rohár <pali@kernel.org>
Mon, 14 Feb 2022 10:34:26 +0000 (11:34 +0100)
committerStefan Roese <sr@denx.de>
Thu, 17 Feb 2022 13:17:07 +0000 (14:17 +0100)
commitf43139d7ba81c80e6e8333b1565667a64099f038
tree1777c07be139105ed3e5f03d52fe33303a5c66e3
parent3700463851260e392316d86efd17dae7519ad98c
arm: mvebu: turris_mox: Remove hardcoded ethernet node names

Armada 3720 DTS files in upstream kernel use ethernet nodes named
'ethernet@30000' and 'ethernet@40000'. U-Boot have them named 'neta@30000'
and 'neta@40000'. To have Turris Mox U-Boot board code independent of
ethernet node names, find ethernet node via alias.

Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
board/CZ.NIC/turris_mox/turris_mox.c