[U-Boot] [RFC PATCH v1 1/2] arm: ls1021aqds: Convert to driver model and enable serial support
Bin Meng
bmeng.cn at gmail.com
Sun Feb 14 04:01:39 CET 2016
On Tue, Feb 9, 2016 at 8:57 AM, York Sun <york.sun at nxp.com> wrote:
> Split duart configuration as device tree file. Move /chosen node
> out of board commone device tree. Convert ls1021aqds nor and SD
> configurations to driver model support (qspi already uses DM).
> Enable ns16550 DM serial driver for nor configurations.
>
> Signed-off-by: York Sun <york.sun at nxp.com>
> CC: Alison Wang <alison.wang at nxp.com>
> CC: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> arch/arm/dts/Makefile | 2 +-
> arch/arm/dts/ls1021a-qds-duart.dts | 16 ++++++++++++++++
> arch/arm/dts/{ls1021a-qds.dts => ls1021a-qds.dtsi} | 3 +--
> configs/ls1021aqds_ddr4_nor_defconfig | 4 ++++
> configs/ls1021aqds_nor_defconfig | 4 ++++
> configs/ls1021aqds_qspi_defconfig | 2 +-
> configs/ls1021aqds_sdcard_defconfig | 3 +++
> include/configs/ls1021aqds.h | 2 ++
> 8 files changed, 32 insertions(+), 4 deletions(-)
> create mode 100644 arch/arm/dts/ls1021a-qds-duart.dts
> rename arch/arm/dts/{ls1021a-qds.dts => ls1021a-qds.dtsi} (98%)
>
Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
More information about the U-Boot
mailing list