On Tue, Mar 13, 2018 at 10:57 AM, Wenyou Yang <[email protected]> wrote: > On 3/7/2018 1:51 PM, Jagan Teki wrote: >> >> atmel_spi now support dt along with platform data, >> respective boards need to switch into dm for the same. >> >> Signed-off-by: Jagan Teki <[email protected]> >> --- > > Indeed.
Look like there are very few boards need to move DM as well as DM_SPI to use this driver. # grep -R CONFIG_ATMEL_SPI include/configs/ include/configs/snapper9g45.h:#define CONFIG_ATMEL_SPI include/configs/ma5d4evk.h:#define CONFIG_ATMEL_SPI include/configs/ma5d4evk.h:#define CONFIG_ATMEL_SPI0 include/configs/taurus.h:#define CONFIG_ATMEL_SPI include/configs/vinco.h:#define CONFIG_ATMEL_SPI include/configs/vinco.h:#define CONFIG_ATMEL_SPI0 Added respective board maintainers on the list, hope this these will move to DM. _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

