ARM: dts: Use label for device nodes in Cygnus dts

Use label instead of full path to reference device nodes in Cygnus dts
files

Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Ray Jui
2015-09-21 15:12:43 -07:00
committed by Florian Fainelli
parent de192ef143
commit 5b159b62eb
4 changed files with 32 additions and 32 deletions

View File

@@ -42,8 +42,8 @@
stdout-path = &uart3;
bootargs = "console=ttyS0,115200";
};
uart3: serial@18023000 {
status = "okay";
};
};
&uart3 {
status = "okay";
};