]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
arm64: dts: hikey: add label properties to UARTs
authorRob Herring <robh@kernel.org>
Thu, 10 Dec 2015 21:21:13 +0000 (15:21 -0600)
committerOlof Johansson <olof@lixom.net>
Tue, 22 Dec 2015 19:25:43 +0000 (11:25 -0800)
Add label properties to provide a way to identify UARTs based on their
board or connector name. This follows naming convention in 96boards CE
spec. Ports without external connections are not labelled.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts

index 8d43a0fce5226946d78fb416037a7175efaa2e66..818525197508a0380abfcc162d65704b36f47cc7 100644 (file)
                reg = <0x0 0x0 0x0 0x40000000>;
        };
 };
+
+&uart2 {
+       label = "LS-UART0";
+};
+&uart3 {
+       label = "LS-UART1";
+};