]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
dm: test: dts: Sort the aliases in the test device tree file
authorSimon Glass <sjg@chromium.org>
Mon, 20 Apr 2015 18:37:30 +0000 (12:37 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:14 +0000 (22:37 +0200)
Sort these aliases to avoid confusion as to what is present.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
test/dm/test.dts

index d0c40be6b0ad69cc641ba3d56477db5eb3eaa09c..dd6d0acc27d7a4bfdcac5aa5b5dbfa3c7f840884 100644 (file)
@@ -8,18 +8,18 @@
 
        aliases {
                console = &uart0;
+               eth0 = "/eth@10002000";
+               eth5 = &eth_5;
                i2c0 = "/i2c@0";
-               spi0 = "/spi@0";
                pci0 = &pci;
-               testfdt6 = "/e-test";
+               spi0 = "/spi@0";
                testbus3 = "/some-bus";
                testfdt0 = "/some-bus/c-test@0";
                testfdt1 = "/some-bus/c-test@1";
                testfdt3 = "/b-test";
                testfdt5 = "/some-bus/c-test@5";
+               testfdt6 = "/e-test";
                testfdt8 = "/a-test";
-               eth0 = "/eth@10002000";
-               eth5 = &eth_5;
                usb0 = &usb_0;
                usb1 = &usb_1;
                usb2 = &usb_2;