[U-Boot] [PATCH][Boards Need to Switch DM] spi: atmel: Full dm conversion

Jagan Teki jagannadh.teki at gmail.com
Tue Mar 13 18:43:02 UTC 2018


On Tue, Mar 13, 2018 at 10:57 AM, Wenyou Yang <wenyouya at gmail.com> 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 <jagan at amarulasolutions.com>
>> ---
>
> 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.


More information about the U-Boot mailing list