u-boot-brain/arch/sandbox/dts
Michael Walle 82a3c9ef20 net: use the same alias stem for ethernet as linux
Linux uses the prefix "ethernet" whereas u-boot uses "eth". This is from
the linux tree:

$ grep "eth[0-9].*=.*&" arch/**/*dts{,i}|wc -l
0
$ grep "ethernet[0-9].*=.*&" arch/**/*dts{,i}|wc -l
633

In u-boot device trees both prefixes are used. Until recently the only
user of the ethernet alias was the sandbox test device tree. This
changed with commit fc054d563b ("net: Introduce DSA class for Ethernet
switches"). There, the MAC addresses are inherited based on the devices
sequence IDs which is in turn given by the device tree.

Before there are more users in u-boot and both worlds will differ even
more, rename the alias prefix to "ethernet" to match the linux ones.
Also adapt the test cases and rename any old aliases in the u-boot
device trees.

Cc: David Wu <david.wu@rock-chips.com>
Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2021-06-18 11:29:17 +03:00
..
include Makefile: Support include files for .dts files 2014-06-20 11:55:03 -06:00
Makefile pytest: add sandbox test for "extension" command 2021-05-13 13:09:09 -04:00
cros-ec-keyboard.dtsi sandbox: avoid duplicate backslash input 2020-10-06 09:07:54 -06:00
overlay0.dts pytest: add sandbox test for "extension" command 2021-05-13 13:09:09 -04:00
overlay1.dts pytest: add sandbox test for "extension" command 2021-05-13 13:09:09 -04:00
sandbox.dts sandbox: Update dts files to reduce SPL size 2021-01-05 12:24:41 -07:00
sandbox.dtsi sandbox: dtsi: add rng 2021-03-27 13:59:36 +13:00
sandbox64.dts sandbox: add reserved-memory node in device tree 2020-04-16 08:07:58 -06:00
sandbox_pmic.dtsi dm: sandbox: i2c: Use new emulator parent uclass 2018-11-29 09:30:05 -07:00
test.dts net: use the same alias stem for ethernet as linux 2021-06-18 11:29:17 +03:00