diff options
author | Stuart Yoder <stuart.yoder@nxp.com> | 2016-08-29 21:31:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-30 14:06:00 +0300 |
commit | 44605b6536966350ebf6a8fc6db7543376a601a0 (patch) | |
tree | 7848191c11380836bfae6e45edd0d96b4fc6ebc1 /arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | |
parent | 30062fb0b31956709445e6f91d4f723d3808e0fa (diff) | |
download | linux-44605b6536966350ebf6a8fc6db7543376a601a0.tar.xz |
arm64: dts: updates serial aliases for ls1043a rdb and qds boards
-add missing serial aliases to ls1043a-rdb
-update ls1043a-qds boards serial aliases to use the standard duarts
instead of low power uarts
Signed-off-by: Stuart Yoder <stuart.yoder@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts')
-rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts index 9d3e9fe1c87c..f813d673f9d0 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a-qds.dts @@ -56,12 +56,10 @@ gpio1 = &gpio2; gpio2 = &gpio3; gpio3 = &gpio4; - serial0 = &lpuart0; - serial1 = &lpuart1; - serial2 = &lpuart2; - serial3 = &lpuart3; - serial4 = &lpuart4; - serial5 = &lpuart5; + serial0 = &duart0; + serial1 = &duart1; + serial2 = &duart2; + serial3 = &duart3; }; }; |