projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ec08ef
)
ARM: da850evm_direct_nor: Enable DM_GPIO
author
Adam Ford
<aford173@gmail.com>
Sun, 25 Aug 2019 15:01:14 +0000
(10:01 -0500)
committer
Tom Rini
<trini@konsulko.com>
Mon, 26 Aug 2019 15:46:29 +0000
(11:46 -0400)
The SPI and NAND variants enable DM_GPIO, so this patch enables
DM_GPIO for the NOR / XIP version of the da850-evm.
Signed-off-by: Adam Ford <aford173@gmail.com>
configs/da850evm_direct_nor_defconfig
patch
|
blob
|
history
diff --git
a/configs/da850evm_direct_nor_defconfig
b/configs/da850evm_direct_nor_defconfig
index fd3a379da8f6eb83dcacad03e6a567d49a823698..698ac13a2896405e9bc39e090dce1da428defbfd 100644
(file)
--- a/
configs/da850evm_direct_nor_defconfig
+++ b/
configs/da850evm_direct_nor_defconfig
@@
-40,6
+40,7
@@
CONFIG_DEFAULT_DEVICE_TREE="da850-evm"
CONFIG_ENV_IS_IN_FLASH=y
CONFIG_DM=y
CONFIG_BLK=y
+CONFIG_DM_GPIO=y
CONFIG_DA8XX_GPIO=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_DAVINCI=y