diff options
author | York Sun <york.sun@nxp.com> | 2016-02-09 00:47:29 +0300 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-02-24 19:40:15 +0300 |
commit | 2f7d70082c55c0560da5a95c68dabb15abbeca5a (patch) | |
tree | bca70c12136cf6d70d32c4ac6fcfc6062cc57e6b /arch/arm/dts/ls1021a-qds-lpuart.dts | |
parent | d83b47b778805e2d3cfc9f6b14437f389f9da49f (diff) | |
download | u-boot-2f7d70082c55c0560da5a95c68dabb15abbeca5a.tar.xz |
arm: ls1021aqds: Enable driver model lpuart serial driver
Convert ls1021aqds_nor_lpuart and ls1021aqds_ddr4_nor_lpuart
to driver model suport. Enable lpuart port driver.
Signed-off-by: York Sun <york.sun@nxp.com>
CC: Alison Wang <alison.wang@nxp.com>
CC: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Alison Wang <alison.wang@nxp.com>
Diffstat (limited to 'arch/arm/dts/ls1021a-qds-lpuart.dts')
-rw-r--r-- | arch/arm/dts/ls1021a-qds-lpuart.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm/dts/ls1021a-qds-lpuart.dts b/arch/arm/dts/ls1021a-qds-lpuart.dts new file mode 100644 index 0000000000..1d16ffd975 --- /dev/null +++ b/arch/arm/dts/ls1021a-qds-lpuart.dts @@ -0,0 +1,16 @@ +/* + * Freescale ls1021a QDS board common device tree source + * + * Copyright 2013-2015 Freescale Semiconductor, Inc. + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/dts-v1/; +#include "ls1021a-qds.dtsi" + +/ { + chosen { + stdout-path = &lpuart0; + }; +}; |