[U-Boot] [PATCH v5 1/6] board: sama5d3xek: Update to support DM/DT

Simon Glass sjg at chromium.org
Sat Apr 15 16:08:26 UTC 2017


On 13 April 2017 at 18:51, Wenyou Yang <wenyou.yang at 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 at 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!


More information about the U-Boot mailing list