diff options
| author | [email protected] <[email protected]> | 2015-07-03 16:51:36 +0800 |
|---|---|---|
| committer | York Sun <[email protected]> | 2015-07-20 11:44:39 -0700 |
| commit | 25195600173e618b1cf693bcf38d48973e3a08fb (patch) | |
| tree | dc28ee3f95258cef06064beeb0ce847053e2bbeb | |
| parent | 0c42a8de85f15e2f212d2f281406f8a3e68a29e2 (diff) | |
armv8/ls2085a/defconfig: Enable FSL_DSPI, OF_CONTROL and DM support
Freescale DSPI driver has been converted to Driver Model.
The new driver depends on OF_CONTROL, DM, DM_SPI.
This patch enable FSL_DSPI and its dependence configure options.
Signed-off-by: Haikun Wang <[email protected]>
Reviewed-by: York Sun <[email protected]>
| -rw-r--r-- | configs/ls2085aqds_defconfig | 7 | ||||
| -rw-r--r-- | configs/ls2085ardb_defconfig | 7 |
2 files changed, 14 insertions, 0 deletions
diff --git a/configs/ls2085aqds_defconfig b/configs/ls2085aqds_defconfig index fd208b18754..00b062b6db6 100644 --- a/configs/ls2085aqds_defconfig +++ b/configs/ls2085aqds_defconfig @@ -1,4 +1,11 @@ CONFIG_ARM=y CONFIG_TARGET_LS2085AQDS=y +CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2085a-qds" +# CONFIG_SYS_MALLOC_F is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_CONTROL=y +CONFIG_DM=y +CONFIG_DM_SPI_FLASH=y +CONFIG_DM_SPI=y +CONFIG_FSL_DSPI=y diff --git a/configs/ls2085ardb_defconfig b/configs/ls2085ardb_defconfig index 308e9351745..c7dae4b0e30 100644 --- a/configs/ls2085ardb_defconfig +++ b/configs/ls2085ardb_defconfig @@ -1,4 +1,11 @@ CONFIG_ARM=y CONFIG_TARGET_LS2085ARDB=y +CONFIG_DEFAULT_DEVICE_TREE="fsl-ls2085a-rdb" +# CONFIG_SYS_MALLOC_F is not set CONFIG_SYS_EXTRA_OPTIONS="SYS_FSL_DDR4" # CONFIG_CMD_SETEXPR is not set +CONFIG_OF_CONTROL=y +CONFIG_DM=y +CONFIG_DM_SPI_FLASH=y +CONFIG_DM_SPI=y +CONFIG_FSL_DSPI=y |
