diff options
author | Adam Ford <aford173@gmail.com> | 2018-06-10 22:25:57 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-06-18 14:43:12 -0400 |
commit | 8e51c0f254063f4da2e91c2cf47fad37285be73d (patch) | |
tree | c8a503db39f05757259950adc3fc34887f1b50f6 /include/configs/da850evm.h | |
parent | 92a14a4772ad5d809dbdaaae1812dd4757fece3c (diff) | |
download | u-boot-8e51c0f254063f4da2e91c2cf47fad37285be73d.zip u-boot-8e51c0f254063f4da2e91c2cf47fad37285be73d.tar.gz u-boot-8e51c0f254063f4da2e91c2cf47fad37285be73d.tar.bz2 |
dm: gpio: Add DM compatibility to GPIO driver for Davinci
This adds DM_GPIO support for the davinici GPIO driver with
DT support.
Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'include/configs/da850evm.h')
-rw-r--r-- | include/configs/da850evm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/da850evm.h b/include/configs/da850evm.h index d2cd440..ebfdd1c 100644 --- a/include/configs/da850evm.h +++ b/include/configs/da850evm.h @@ -40,7 +40,6 @@ #ifdef CONFIG_DIRECT_NOR_BOOT #define CONFIG_ARCH_CPU_INIT -#define CONFIG_DA8XX_GPIO #define CONFIG_SYS_DV_NOR_BOOT_CFG (0x11) #endif @@ -227,6 +226,7 @@ #define CONFIG_MTD_PARTITIONS /* required for UBI partition support */ #endif +#define CONFIG_DA8XX_GPIO /* * U-Boot general configuration */ |