Re: [U-Boot] [PATCH v2 8/8] nios2: enable device tree control of U-Boot

2015-09-05 Thread Marek Vasut
On Saturday, September 05, 2015 at 05:36:02 AM, Thomas Chou wrote: > Hi Marek, Hi, > On 09/04/2015 10:03 PM, Marek Vasut wrote: > > You might also start working on dissolving the > > board/altera/nios2-generic/custom_fpga.h horror file, > > since with DT this is no longer needed :) > > Sure

[U-Boot] [PATCH v2 8/8] nios2: enable device tree control of U-Boot

2015-09-04 Thread Thomas Chou
This patch adds device tree control of U-Boot to nios2 boards. The example dts is taken from Linux kernel. Signed-off-by: Thomas Chou Reviewed-by: Simon Glass --- arch/nios2/dts/.gitignore | 1 + arch/nios2/dts/3c120_devboard.dts | 153

Re: [U-Boot] [PATCH v2 8/8] nios2: enable device tree control of U-Boot

2015-09-04 Thread Marek Vasut
On Friday, September 04, 2015 at 02:22:23 PM, Thomas Chou wrote: > This patch adds device tree control of U-Boot to nios2 boards. > The example dts is taken from Linux kernel. > > Signed-off-by: Thomas Chou > Reviewed-by: Simon Glass > --- >

Re: [U-Boot] [PATCH v2 8/8] nios2: enable device tree control of U-Boot

2015-09-04 Thread Thomas Chou
Hi Marek, On 09/04/2015 10:03 PM, Marek Vasut wrote: You might also start working on dissolving the board/altera/nios2-generic/custom_fpga.h horror file, since with DT this is no longer needed :) Sure thing. This is on my TODO list. May I know that if there is any work in process on Driver