
On 13 November 2015 at 11:26, Alexey Brodkin Alexey.Brodkin@synopsys.com wrote:
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 Cc: Masahiro Yamada yamada.masahiro@socionext.com Cc: Simon Glass sjg@chromium.org
arch/arc/dts/Makefile | 1 + arch/arc/dts/axs10x.dts | 45 ++++++++++++++++++++++++++++++++++++++++++ board/synopsys/axs101/axs101.c | 12 ----------- configs/axs101_defconfig | 11 ++++++++++- configs/axs103_defconfig | 11 ++++++++++- include/configs/axs101.h | 31 ++++++----------------------- 6 files changed, 72 insertions(+), 39 deletions(-) create mode 100644 arch/arc/dts/axs10x.dts
Reviewed-by: Simon Glass sjg@chromium.org