Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Michal Simek
Hi, On 18.10.2016 09:28, Oscar Gomez Fuente wrote: > Hi everyone, > > In my opinion, use the picozed without a carrier board it doesn't make > sense. You always are going to need a carrier board. Avnet has two models > the PicoZed FMC Carrier V2 and the PicoZed FMC Carrier V1. And the company >

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Oscar Gomez Fuente
Hi everyone, It seems to be that the mailbox of the email address albert.u.b...@aribaud.net is quota exceeded, and all emails are rejected. - Final-Recipient: rfc822; albert.u.b...@aribaud.net.rmap1.bookmyname.com Original-Recipient: rfc822;albert.u.b...@aribaud.net Action: failed Status: 5.0

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Oscar Gomez Fuente
Hi everyone, In my opinion, use the picozed without a carrier board it doesn't make sense. You always are going to need a carrier board. Avnet has two models the PicoZed FMC Carrier V2 and the PicoZed FMC Carrier V1. And the company I'm working, it is going to desing a custom carrier board accord

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-18 Thread Michal Simek
On 17.10.2016 17:33, Oscar Gomez Fuente wrote: > Ok Michal, > > Then you're suggesting change the zynq-picozed.dts file to: dtsi. > > diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts > index 3408df8..d8ed298 100644 > --- a/arch/arm/dts/zynq-picozed.dts > +++ b/arch/arm

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Michal Simek
On 17.10.2016 23:28, Moritz Fischer wrote: > Hi Oscar, > > On Mon, Oct 17, 2016 at 5:33 PM, Oscar Gomez Fuente > wrote: >> Ok Michal, >> >> Then you're suggesting change the zynq-picozed.dts file to: > > If you're planning to include this into others, make it a .dtsi file. > >> >> diff --git a/

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Moritz Fischer
Hi Oscar, On Mon, Oct 17, 2016 at 5:33 PM, Oscar Gomez Fuente wrote: > Ok Michal, > > Then you're suggesting change the zynq-picozed.dts file to: If you're planning to include this into others, make it a .dtsi file. > > diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Oscar Gomez Fuente
Ok Michal, Then you're suggesting change the zynq-picozed.dts file to: diff --git a/arch/arm/dts/zynq-picozed.dts b/arch/arm/dts/zynq-picozed.dts index 3408df8..d8ed298 100644 --- a/arch/arm/dts/zynq-picozed.dts +++ b/arch/arm/dts/zynq-picozed.dts @@ -14,6 +14,8 @@ aliases {

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Michal Simek
On 17.10.2016 16:03, Oscar Gomez Fuente wrote: > Hi everyone, > > Sorry for the errors, I know is a very simple patch but it's my first time. > > -- >> Add missing DT nodes. >> >> Signed-off-by: Oscar Gomez Fu

Re: [U-Boot] [PATCH] ARM: zynq: Extend picozed board support

2016-10-17 Thread Michal Simek
Hi, and I forget to mentioned. Use mainline mailing list instead of xilinx one. Thanks, Michal On 17.10.2016 13:32, Michal Simek wrote: > On 17.10.2016 13:18, Oscar Gomez Fuente wrote: >> Add missing DT nodes. >> >> Signed-off-by: Oscar Gomez Fuente >> --- >> arch/arm/dts/zynq-picozed.dts | 20