
7 Mar
2018
7 Mar
'18
8:20 a.m.
On Wed, Mar 7, 2018 at 12:34 PM, Andes uboot@andestech.com wrote:
From: Rick Chen rick@andestech.com
atcspi200_spi now support dt along with platform data.
Signed-off-by: Rick Chen rick@andestech.com Signed-off-by: Rick Chen rickchen36@gmail.com Signed-off-by: Greentime Hu green.hu@gmail.com
drivers/spi/atcspi200_spi.c | 134 ++++++------------------------ include/dm/platform_data/spi_atcspi200.h | 15 ++++
I have seen only two boards using this driver (adp-ae3xx_defconfig, nx25-ae250_defconfig) and both are enabled DM_SPI with OF_CONTROL why we need to have platdata for this? here [1] is non-dm code drop.