Re: [U-Boot] [PATCH 2/5] arm: socfpga: fix device trees to work with DM serial

2018-08-08 Thread Simon Goldschmidt
On Mon, Aug 6, 2018 at 4:41 PM Simon Goldschmidt wrote: > > > > Emmanuel Vadot schrieb am Mo., 6. Aug. 2018, 15:48: >> >> On Mon, 6 Aug 2018 15:42:01 +0200 >> Simon Goldschmidt wrote: >> >> > Marek Vasut schrieb am Mo., 6. Aug. 2018, 15:19: >> > >> > > On 08/05/2018 09:34 PM, Simon Goldschmidt

Re: [U-Boot] [PATCH 2/5] arm: socfpga: fix device trees to work with DM serial

2018-08-06 Thread Emmanuel Vadot
On Mon, 6 Aug 2018 15:42:01 +0200 Simon Goldschmidt wrote: > Marek Vasut schrieb am Mo., 6. Aug. 2018, 15:19: > > > On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > > > Device trees need to have the serial console device available > > > before relocation and require a stdout-path in chosen at

Re: [U-Boot] [PATCH 2/5] arm: socfpga: fix device trees to work with DM serial

2018-08-06 Thread Simon Goldschmidt
Emmanuel Vadot schrieb am Mo., 6. Aug. 2018, 15:48: > On Mon, 6 Aug 2018 15:42:01 +0200 > Simon Goldschmidt wrote: > > > Marek Vasut schrieb am Mo., 6. Aug. 2018, 15:19: > > > > > On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > > > > Device trees need to have the serial console device availa

Re: [U-Boot] [PATCH 2/5] arm: socfpga: fix device trees to work with DM serial

2018-08-06 Thread Simon Goldschmidt
Marek Vasut schrieb am Mo., 6. Aug. 2018, 15:19: > On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > > Device trees need to have the serial console device available > > before relocation and require a stdout-path in chosen at least > > for SPL to have a console. > > > > Signed-off-by: Simon Gold

Re: [U-Boot] [PATCH 2/5] arm: socfpga: fix device trees to work with DM serial

2018-08-06 Thread Marek Vasut
On 08/05/2018 09:34 PM, Simon Goldschmidt wrote: > Device trees need to have the serial console device available > before relocation and require a stdout-path in chosen at least > for SPL to have a console. > > Signed-off-by: Simon Goldschmidt This should be upstreamed to Linux too ? > --- > >

[U-Boot] [PATCH 2/5] arm: socfpga: fix device trees to work with DM serial

2018-08-05 Thread Simon Goldschmidt
Device trees need to have the serial console device available before relocation and require a stdout-path in chosen at least for SPL to have a console. Signed-off-by: Simon Goldschmidt --- arch/arm/dts/socfpga.dtsi | 1 + arch/arm/dts/socfpga_arria5_socdk.dts | 1 +