From 73186c9460761315a5a5dfd352c631ab2a022f28 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 13 Oct 2014 23:42:01 -0600 Subject: dm: exynos: Convert SPI to driver model Move the exynos SPI driver over to driver model. This removes quite a bit of boilerplate from the driver, although it adds some for driver model. A few device tree additions are needed to make the SPI flash available. Signed-off-by: Simon Glass Reviewed-by: Jagannadha Sutradharudu Teki --- include/configs/exynos-common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/configs/exynos-common.h') diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index 34a162d660..eb6745e5a6 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -21,6 +21,7 @@ #define CONFIG_CMD_DM #define CONFIG_DM_GPIO #define CONFIG_DM_SERIAL +#define CONFIG_DM_SPI #define CONFIG_ARCH_CPU_INIT #define CONFIG_DISPLAY_CPUINFO -- cgit v1.2.3