aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/boot
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-12-10 15:21:13 -0600
committerOlof Johansson <olof@lixom.net>2015-12-22 11:25:43 -0800
commitdd90caaca216b848e3093ebbd02bd4615de7e88b (patch)
tree06bc5980aefea22b85be2719434d971e935cf27c /arch/arm64/boot
parentarm64: dts: apq8016-sbc: add label properties for UART, I2C, and SPI (diff)
downloadlinux-dev-dd90caaca216b848e3093ebbd02bd4615de7e88b.tar.xz
linux-dev-dd90caaca216b848e3093ebbd02bd4615de7e88b.zip
arm64: dts: hikey: add label properties to UARTs
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>
Diffstat (limited to 'arch/arm64/boot')
-rw-r--r--arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
index 8d43a0fce522..818525197508 100644
--- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
+++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
@@ -32,3 +32,10 @@
reg = <0x0 0x0 0x0 0x40000000>;
};
};
+
+&uart2 {
+ label = "LS-UART0";
+};
+&uart3 {
+ label = "LS-UART1";
+};