[U-Boot] [PATCH] board: ethernut5: Update to support DT and DM

Simon Glass sjg at chromium.org
Thu Aug 3 15:24:36 UTC 2017


On 21 July 2017 at 00:30, Wenyou Yang <wenyou.yang at microchip.com> wrote:
> Add the dts files to support deivce tree, update the configuration
> files to support the device tree and driver model. The peripheral
> clock and pins configuration are handled by the clock and the pinctrl
> drivers respectively.
>
> Signed-off-by: Wenyou Yang <wenyou.yang at microchip.com>
> ---
>
>  arch/arm/dts/at91sam9xe.dtsi       | 60 ++++++++++++++++++++++++
>  arch/arm/dts/ethernut5.dts         | 94 ++++++++++++++++++++++++++++++++++++++
>  board/egnite/ethernut5/ethernut5.c | 54 ----------------------
>  configs/ethernut5_defconfig        | 16 +++++++
>  include/configs/ethernut5.h        | 36 ++++-----------
>  5 files changed, 178 insertions(+), 82 deletions(-)
>  create mode 100644 arch/arm/dts/at91sam9xe.dtsi
>  create mode 100644 arch/arm/dts/ethernut5.dts

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list