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)
commitbf1f1668bb94b8b5bea9364337d77f962b52cb4e
tree1777c07be139105ed3e5f03d52fe33303a5c66e3
parent0c4625ac7dab5048b588d55e43ace109246df932
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