diff mbox series

[U-Boot] ARM: da850evm_direct_nor: Enable DM_GPIO

Message ID 20190825150114.9420-1-aford173@gmail.com
State Accepted
Commit bd8230f4986fd83fe7811a1e4de817b2c50e45f8
Delegated to: Tom Rini
Headers show
Series [U-Boot] ARM: da850evm_direct_nor: Enable DM_GPIO | expand

Commit Message

Adam Ford Aug. 25, 2019, 3:01 p.m. UTC
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>

Comments

Tom Rini Aug. 27, 2019, 12:19 a.m. UTC | #1
On Sun, Aug 25, 2019 at 10:01:14AM -0500, Adam Ford wrote:

> 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>
> 
> diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig
> index 2b5b0ea952..ac2d2fc8b8 100644

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/configs/da850evm_direct_nor_defconfig b/configs/da850evm_direct_nor_defconfig
index 2b5b0ea952..ac2d2fc8b8 100644
--- a/configs/da850evm_direct_nor_defconfig
+++ b/configs/da850evm_direct_nor_defconfig
@@ -39,6 +39,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