
On 13 April 2017 at 18:51, Wenyou Yang wenyou.yang@atmel.com wrote:
Update the configuration files to support the device tree and driver model, so do SPL. The device clock and pins configuration are handled by the clock and the pinctrl drivers respectively.
Signed-off-by: Wenyou Yang wenyou.yang@atmel.com
Changes in v5: None Changes in v4:
- Remove wrong using CONFIG_PHY_MICREL.
Changes in v3: None Changes in v2: None
board/atmel/sama5d3xek/sama5d3xek.c | 2 ++ configs/sama5d3xek_mmc_defconfig | 34 ++++++++++++++++++++++++++++++++- configs/sama5d3xek_nandflash_defconfig | 31 +++++++++++++++++++++++++++++- configs/sama5d3xek_spiflash_defconfig | 35 +++++++++++++++++++++++++++++++--- include/configs/sama5d3xek.h | 35 ++++------------------------------ 5 files changed, 101 insertions(+), 36 deletions(-)
Added back CONFIG_PHY_MICREL to fix build error and:
Applied to u-boot-dm, thanks!