aboutsummaryrefslogtreecommitdiff
path: root/configs/gwventana_gw5904_defconfig
diff options
context:
space:
mode:
authorTim Harvey <tharvey@gateworks.com>2021-03-01 14:33:37 -0800
committerStefano Babic <sbabic@denx.de>2021-04-08 20:29:53 +0200
commitca3ac1e32a3e881a89a7335107d5056e233f2963 (patch)
tree6b7094f3113e39ab154490634422655b0cbd065e /configs/gwventana_gw5904_defconfig
parent777f333c375ae461f543a3612f420c17cc353b19 (diff)
downloadu-boot-ca3ac1e32a3e881a89a7335107d5056e233f2963.zip
u-boot-ca3ac1e32a3e881a89a7335107d5056e233f2963.tar.gz
u-boot-ca3ac1e32a3e881a89a7335107d5056e233f2963.tar.bz2
imx: ventana: enable dm for SPI
Enable driver model for SPI which allows us to remove the iomux and init. Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/gwventana_gw5904_defconfig')
-rw-r--r--configs/gwventana_gw5904_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/gwventana_gw5904_defconfig b/configs/gwventana_gw5904_defconfig
index b6ef9e6..091bf30 100644
--- a/configs/gwventana_gw5904_defconfig
+++ b/configs/gwventana_gw5904_defconfig
@@ -100,6 +100,9 @@ CONFIG_DM_REGULATOR_FIXED=y
CONFIG_CONS_INDEX=2
CONFIG_DM_SERIAL=y
CONFIG_MXC_UART=y
+CONFIG_SPI=y
+CONFIG_DM_SPI=y
+CONFIG_MXC_SPI=y
CONFIG_DM_THERMAL=y
CONFIG_IMX_THERMAL=y
CONFIG_USB=y