From: Rob Herring Date: Thu, 10 Dec 2015 21:21:13 +0000 (-0600) Subject: arm64: dts: hikey: add label properties to UARTs X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dd90caaca216b848e3093ebbd02bd4615de7e88b;p=deliverable%2Flinux.git 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 Signed-off-by: Olof Johansson --- 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"; +};