Re: [U-Boot] [PATCHv2] ARM: socfpga: add support for IS1 board

2016-06-02 Thread Pavel Machek
Hi! > > --- /dev/null > > +++ b/arch/arm/dts/socfpga_cyclone5_is1.dts > > @@ -0,0 +1,109 @@ > > +/* > > + * Copyright (C) 2012 Altera Corporation > > This copyright notice needs to be updated. How? dts is probably not copyrightable, and my changes are certainly not complex enough for copyright

Re: [U-Boot] [PATCHv2] ARM: socfpga: add support for IS1 board

2016-06-02 Thread Marek Vasut
On 06/02/2016 01:56 PM, Pavel Machek wrote: > This adds support for IS1 board. Pretty usual socfpga board, > 256MB of RAM, does not have MMC, two SPI chips, one ethernet port, two > additional ethernet ports connected to the FPGA. > > Signed-off-by: Pavel Machek > > --- > > v2: add diffstat >

[U-Boot] [PATCHv2] ARM: socfpga: add support for IS1 board

2016-06-02 Thread Pavel Machek
This adds support for IS1 board. Pretty usual socfpga board, 256MB of RAM, does not have MMC, two SPI chips, one ethernet port, two additional ethernet ports connected to the FPGA. Signed-off-by: Pavel Machek --- v2: add diffstat arch/arm/dts/Makefile |1 arch/arm/dts/so