diff options
author | Simon Glass <sjg@chromium.org> | 2014-10-13 23:42:16 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-10-22 10:36:53 -0600 |
commit | ea0ebc8662357f8f5c7f568ec5e1eb8d773ae4ee (patch) | |
tree | b621e5acde3a2294d22e785e82aac4f5923280fa /include/configs/peach-pit.h | |
parent | be995a85455343f99c84ceacf0bf771eb2e85752 (diff) | |
download | u-boot-imx-ea0ebc8662357f8f5c7f568ec5e1eb8d773ae4ee.zip u-boot-imx-ea0ebc8662357f8f5c7f568ec5e1eb8d773ae4ee.tar.gz u-boot-imx-ea0ebc8662357f8f5c7f568ec5e1eb8d773ae4ee.tar.bz2 |
dm: exynos: cros_ec: Move cros_ec_spi to driver model
Adjust this driver to use driver model and move smdk5420 boards over to
use it.
Acked-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/peach-pit.h')
-rw-r--r-- | include/configs/peach-pit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/peach-pit.h b/include/configs/peach-pit.h index ab8ac60..91bd37d 100644 --- a/include/configs/peach-pit.h +++ b/include/configs/peach-pit.h @@ -38,6 +38,7 @@ #define CONFIG_POWER_TPS65090_EC #define CONFIG_CROS_EC_SPI /* Support CROS_EC over SPI */ +#define CONFIG_DM_CROS_EC #define CONFIG_USB_XHCI #define CONFIG_USB_XHCI_EXYNOS |