[U-Boot] [PATCH] armv7: ls1021a: Enable OF_CONTROL and DM support for DSPI and QSPI in defconfig

Jagan Teki jteki at openedev.com
Fri Jun 26 12:36:42 CEST 2015


On 26 June 2015 at 15:41, Haikun Wang <haikun.wang at freescale.com> wrote:
> DSPI and QSPI only work when boot from QSPI on ls1021a.
> This patch only enable options in qspi boot defconfig.
>
> Signed-off-by: Haikun Wang <haikun.wang at freescale.com>
> ---
>  configs/ls1021aqds_qspi_defconfig | 4 ++++
>  configs/ls1021atwr_qspi_defconfig | 4 ++++
>  2 files changed, 8 insertions(+)
>
> diff --git a/configs/ls1021aqds_qspi_defconfig b/configs/ls1021aqds_qspi_defconfig
> index c5372b7..61d4552 100644
> --- a/configs/ls1021aqds_qspi_defconfig
> +++ b/configs/ls1021aqds_qspi_defconfig
> @@ -2,3 +2,7 @@ CONFIG_ARM=y
>  CONFIG_TARGET_LS1021AQDS=y
>  CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT"
>  CONFIG_CMD_NET=y
> +CONFIG_DEFAULT_DEVICE_TREE="ls1021a-qds"
> +CONFIG_OF_CONTROL=y
> +CONFIG_DM=y
> +CONFIG_DM_SPI=y
> diff --git a/configs/ls1021atwr_qspi_defconfig b/configs/ls1021atwr_qspi_defconfig
> index 1ae0f9c..eb05f0a 100644
> --- a/configs/ls1021atwr_qspi_defconfig
> +++ b/configs/ls1021atwr_qspi_defconfig
> @@ -2,3 +2,7 @@ CONFIG_ARM=y
>  CONFIG_TARGET_LS1021ATWR=y
>  CONFIG_SYS_EXTRA_OPTIONS="QSPI_BOOT"
>  CONFIG_CMD_NET=y
> +CONFIG_DEFAULT_DEVICE_TREE="ls1021a-twr"
> +CONFIG_OF_CONTROL=y
> +CONFIG_DM=y
> +CONFIG_DM_SPI=y
> --
> 2.1.0.27.g96db324
>

Thanks for the patch, but can you resend the same with previous 4 patches.
And ensure that everything got tested properly - build and functionality.

Let me know for any help

thanks!
-- 
Jagan | openedev.


More information about the U-Boot mailing list