]> git.ipfire.org Git - people/ms/u-boot.git/commit
board: axs10x switch serial port and Ethernet to driver model
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 10 Nov 2015 16:16:25 +0000 (19:16 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Tue, 17 Nov 2015 21:39:22 +0000 (00:39 +0300)
commitfb2dea60e8f355ae00d427db09112a90839c96ec
tree3d1e605b91438b8b096de5ca0f2d6872a0ae1e41
parentdb1f17f894b15402f3d1d43f7d273a42668b8ab4
board: axs10x switch serial port and Ethernet to driver model

With this change Synopsys DesignWare SDP board is switched to driver
model for both serial port (serial_dw) and Ethernet (Designware GMAC).

This simplifies include/configs/axs101.h and allows for reuse of Linux's
Device Tree description.

For simplicity Linux's .dts files are not blindly copied but only very
few extracts of them are really used (those that are supported in U-Boot
at the moment).

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Cc: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arc/dts/Makefile
arch/arc/dts/axs10x.dts [new file with mode: 0644]
board/synopsys/axs101/axs101.c
configs/axs101_defconfig
configs/axs103_defconfig
include/configs/axs101.h