Skip to content
Snippets Groups Projects
Commit fbe07ba0 authored by Simon Glass's avatar Simon Glass
Browse files

dm: test: dts: Sort the aliases in the test device tree file


Sort these aliases to avoid confusion as to what is present.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 8e7083fc
No related branches found
No related tags found
No related merge requests found
...@@ -8,18 +8,18 @@ ...@@ -8,18 +8,18 @@
aliases { aliases {
console = &uart0; console = &uart0;
eth0 = "/eth@10002000";
eth5 = &eth_5;
i2c0 = "/i2c@0"; i2c0 = "/i2c@0";
spi0 = "/spi@0";
pci0 = &pci; pci0 = &pci;
testfdt6 = "/e-test"; spi0 = "/spi@0";
testbus3 = "/some-bus"; testbus3 = "/some-bus";
testfdt0 = "/some-bus/c-test@0"; testfdt0 = "/some-bus/c-test@0";
testfdt1 = "/some-bus/c-test@1"; testfdt1 = "/some-bus/c-test@1";
testfdt3 = "/b-test"; testfdt3 = "/b-test";
testfdt5 = "/some-bus/c-test@5"; testfdt5 = "/some-bus/c-test@5";
testfdt6 = "/e-test";
testfdt8 = "/a-test"; testfdt8 = "/a-test";
eth0 = "/eth@10002000";
eth5 = &eth_5;
usb0 = &usb_0; usb0 = &usb_0;
usb1 = &usb_1; usb1 = &usb_1;
usb2 = &usb_2; usb2 = &usb_2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment