From: Jagan Teki Date: Wed, 27 May 2020 12:56:17 +0000 (+0530) Subject: am335x: baltos: Enable DM_SPI X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2a2b94a9d9a3139853c6ccd911c55db77b714a68;p=oweals%2Fu-boot.git am335x: baltos: Enable DM_SPI Enable DM_SPI for am355x baltos board. Build is fine, but not tested. Cc: Yegor Yefremov Signed-off-by: Jagan Teki Reviewed-by: Yegor Yefremov --- diff --git a/configs/am335x_baltos_defconfig b/configs/am335x_baltos_defconfig index 2781d49daf..c92e0cc330 100644 --- a/configs/am335x_baltos_defconfig +++ b/configs/am335x_baltos_defconfig @@ -60,6 +60,7 @@ CONFIG_DM_MDIO=y CONFIG_MII=y CONFIG_DRIVER_TI_CPSW=y CONFIG_SPI=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_DM_USB=y