Re: [U-Boot] [PATCH] board: axs10x switch serial port and Ethernet to driver model

2015-11-17 Thread Alexey Brodkin
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). > >

[U-Boot] [PATCH] board: axs10x switch serial port and Ethernet to driver model

2015-11-13 Thread Alexey Brodkin
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

Re: [U-Boot] [PATCH] board: axs10x switch serial port and Ethernet to driver model

2015-11-13 Thread Simon Glass
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