diff options
| author | Lukasz Majewski <[email protected]> | 2019-09-03 16:38:43 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2019-10-08 16:35:59 +0200 |
| commit | e95b4bdd8dcadeecd516406387604aa56b76804c (patch) | |
| tree | e9a117941ee1b6378441b0ffd4d334d969f0e9f5 /arch | |
| parent | 32e07513833515c6684f8819e176cb62adb55c4d (diff) | |
DM: SPI: Convert display5 to use SPI with DM/DTS (but no in SPL)
The DM/DTS support for SPI is disabled on purpose for SPL, as it is not
supported as of time of this conversion.
Signed-off-by: Lukasz Majewski <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/mach-imx/mx6/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig index 032fd56562b..7e5a667e81e 100644 --- a/arch/arm/mach-imx/mx6/Kconfig +++ b/arch/arm/mach-imx/mx6/Kconfig @@ -200,6 +200,7 @@ config TARGET_DISPLAY5 select DM_ETH select DM_I2C select DM_MMC + select DM_SPI select DM_GPIO select DM_SERIAL select SUPPORT_SPL |
