Re: [U-Boot] [PATCH 19/20] dm: test: dts: Sort the aliases in the test device tree file

2015-05-04 Thread Simon Glass
On 21 April 2015 at 09:32, Joe Hershberger joe.hershber...@gmail.com wrote:
 Hi Simon,

 On Mon, Apr 20, 2015 at 1:37 PM, Simon Glass s...@chromium.org wrote:
 Sort these aliases to avoid confusion as to what is present.

 Signed-off-by: Simon Glass s...@chromium.org
 ---

 Reviewed-by: Joe Hershberger joe.hershber...@ni.com

Applied to u-boot-dm.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 19/20] dm: test: dts: Sort the aliases in the test device tree file

2015-04-21 Thread Joe Hershberger
Hi Simon,

On Mon, Apr 20, 2015 at 1:37 PM, Simon Glass s...@chromium.org wrote:
 Sort these aliases to avoid confusion as to what is present.

 Signed-off-by: Simon Glass s...@chromium.org
 ---

Reviewed-by: Joe Hershberger joe.hershber...@ni.com
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 19/20] dm: test: dts: Sort the aliases in the test device tree file

2015-04-20 Thread Simon Glass
Sort these aliases to avoid confusion as to what is present.

Signed-off-by: Simon Glass s...@chromium.org
---

 test/dm/test.dts | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/dm/test.dts b/test/dm/test.dts
index d0c40be..dd6d0ac 100644
--- a/test/dm/test.dts
+++ b/test/dm/test.dts
@@ -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;
-- 
2.2.0.rc0.207.ga3a616c

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot