diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-06-17 00:31:44 +0300 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-09-09 22:56:42 +0300 |
commit | 10bfcfea9bbe91adf79cc4efc9c764edd0cbadda (patch) | |
tree | 96c3450eff8140c0606fd1b4d1fa09f9aeb05eca /arch/arm/boot/dts/qcom-apq8084.dtsi | |
parent | 9f384d67f2334b5888ac9e6302f3c35a09b09787 (diff) | |
download | linux-10bfcfea9bbe91adf79cc4efc9c764edd0cbadda.tar.xz |
ARM: dts: qcom: Label serial nodes for aliasing and stdout-path
Add a label to the serial nodes that are being used for the
console.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-apq8084.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8084.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8084.dtsi b/arch/arm/boot/dts/qcom-apq8084.dtsi index 7084010ee61b..0554fbd72c40 100644 --- a/arch/arm/boot/dts/qcom-apq8084.dtsi +++ b/arch/arm/boot/dts/qcom-apq8084.dtsi @@ -234,7 +234,7 @@ interrupts = <0 208 0>; }; - serial@f995e000 { + blsp2_uart2: serial@f995e000 { compatible = "qcom,msm-uartdm-v1.4", "qcom,msm-uartdm"; reg = <0xf995e000 0x1000>; interrupts = <0 114 0x0>; |