>> > > > > > DM, DM_SPI and other driver model migration deadlines >> > > > > > are expired for this board. >> > > > > > >> > > > > > Drop it. >> > > > > > >> > > > > > Cc: Lokesh Vutla <lokeshvu...@ti.com> >> > > > > > Signed-off-by: Jagan Teki <ja...@amarulasolutions.com> >> > > > > >> > > > > Please hold this patch. I see patches in ML for converting to DM >> > > > > https://patchwork.ozlabs.org/project/uboot/list/?series=180809 >> > > > >> > > > Please note that this patch didn't have DM_SPI/SPI_FLASH enabled, if >> > > > so please add it next version? >> > > >> > > The panda board doesn't have SPI flash why does it need to be enabled? >> > > >> > >> > Haha.. then why the defconfig has >> > >> > CONFIG_SPI=y >> > CONFIG_OMAP3_SPI=y >> >> SPI flash no, SPI exposed on the header? Probably so. > > > Well, in either way SPI driver required so I would like see DM_SPI enabled on > that new patch.
No, it's not required, it's a custom option for bootm needing either a custom DT or an overlay. Having SPI enabled only bloats the build while not providing any useful functionality by default.