
Hi Wenbin,
On Tue, Jan 19, 2016 at 2:48 PM, Wenbin Song wenbin.song@nxp.com wrote:
Please include a commit message and SoB here.
configs/ls1043aqds_lpuart_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/ls1043aqds_lpuart_defconfig
diff --git a/configs/ls1043aqds_lpuart_defconfig b/configs/ls1043aqds_lpuart_defconfig new file mode 100644 index 0000000..ca06abe --- /dev/null +++ b/configs/ls1043aqds_lpuart_defconfig @@ -0,0 +1,8 @@ +CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4,LPUART" +CONFIG_ARM=y +CONFIG_TARGET_LS1043AQDS=y +CONFIG_DEFAULT_DEVICE_TREE="fsl-ls1043a-qds" +CONFIG_OF_CONTROL=y +CONFIG_DM=y +CONFIG_SPI_FLASH=y
+CONFIG_DM_SPI=y
Please use the driver model LPUART driver in this series (http://patchwork.ozlabs.org/patch/567250/).
Regards, Bin