diff options
| author | Adam Ford <[email protected]> | 2018-06-10 22:25:57 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-06-18 14:43:12 -0400 |
| commit | 8e51c0f254063f4da2e91c2cf47fad37285be73d (patch) | |
| tree | c8a503db39f05757259950adc3fc34887f1b50f6 /include | |
| parent | 92a14a4772ad5d809dbdaaae1812dd4757fece3c (diff) | |
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 <[email protected]>
Diffstat (limited to 'include')
| -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 d2cd4403119..ebfdd1c7a37 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 */ |
