diff options
author | Rob Herring <robh@kernel.org> | 2015-12-10 16:21:13 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-12-22 14:25:43 -0500 |
commit | dd90caaca216b848e3093ebbd02bd4615de7e88b (patch) | |
tree | 06bc5980aefea22b85be2719434d971e935cf27c | |
parent | 262c45d43f425c7907a4c9857e7f37c82234a3be (diff) |
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>
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 7 |
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 @@ | |||
32 | reg = <0x0 0x0 0x0 0x40000000>; | 32 | reg = <0x0 0x0 0x0 0x40000000>; |
33 | }; | 33 | }; |
34 | }; | 34 | }; |
35 | |||
36 | &uart2 { | ||
37 | label = "LS-UART0"; | ||
38 | }; | ||
39 | &uart3 { | ||
40 | label = "LS-UART1"; | ||
41 | }; | ||