Skip to content

Commit

Permalink
arm64: dts: hikey: add label properties to UARTs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Rob Herring authored and Olof Johansson committed Dec 22, 2015
1 parent 262c45d commit dd90caa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@
reg = <0x0 0x0 0x0 0x40000000>;
};
};

&uart2 {
label = "LS-UART0";
};
&uart3 {
label = "LS-UART1";
};

0 comments on commit dd90caa

Please sign in to comment.