From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Tue, 17 Nov 2015 21:45:08 +0000 Subject: [U-Boot] [PATCH] board: axs10x switch serial port and Ethernet to driver model In-Reply-To: References: <1447439172-3399-1-git-send-email-abrodkin@synopsys.com> Message-ID: <1447796708.4157.2.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On Fri, 2015-11-13 at 19:04 -0700, Simon Glass wrote: > On 13 November 2015 at 11:26, Alexey Brodkin > 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 > > Cc: Masahiro Yamada > > Cc: Simon Glass > > --- > > 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 Applied, thanks! -Alexey