
On 22 February 2017 at 03:10, Wenyou Yang wenyou.yang@atmel.com wrote:
Enable CONFIG_CLK and CONFIG_PINCTRL to support at91 clock driver and at91 pinctrl driver.
Move some config options to configs/*_defconfig, and make the drivers, emac, gpio and mci to support the driver model.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com
configs/at91sam9260ek_dataflash_cs0_defconfig | 15 +++++++++++++-- configs/at91sam9260ek_dataflash_cs1_defconfig | 15 +++++++++++++-- configs/at91sam9260ek_nandflash_defconfig | 15 +++++++++++++-- configs/at91sam9g20ek_2mmc_defconfig | 16 +++++++++++++++- configs/at91sam9g20ek_2mmc_nandflash_defconfig | 16 +++++++++++++++- configs/at91sam9g20ek_dataflash_cs0_defconfig | 15 +++++++++++++-- configs/at91sam9g20ek_dataflash_cs1_defconfig | 15 +++++++++++++-- configs/at91sam9g20ek_nandflash_defconfig | 16 ++++++++++++++-- include/configs/at91sam9260ek.h | 9 --------- 9 files changed, 109 insertions(+), 23 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org