
27 May
2020
27 May
'20
2:56 p.m.
Enable DM_SPI for am355x baltos board.
Build is fine, but not tested.
Cc: Yegor Yefremov yegorslists@googlemail.com Signed-off-by: Jagan Teki jagan@amarulasolutions.com --- Changes for v2: - new patch
configs/am335x_baltos_defconfig | 1 + 1 file changed, 1 insertion(+)
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
--
2.25.1