Re: [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM

2016-02-23 Thread Michal Simek
On 23.2.2016 07:38, Simon Glass wrote: > Hi Michal, > > On 22 February 2016 at 08:54, Michal Simek wrote: >> On 19.2.2016 21:55, Simon Glass wrote: >>> Hi Michal, >>> >>> On 18 February 2016 at 09:01, Michal Simek wrote: Enabling this driver requires some DT changes. Adding DCC to root

Re: [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM

2016-02-22 Thread Simon Glass
Hi Michal, On 22 February 2016 at 08:54, Michal Simek wrote: > On 19.2.2016 21:55, Simon Glass wrote: >> Hi Michal, >> >> On 18 February 2016 at 09:01, Michal Simek wrote: >>> Enabling this driver requires some DT changes. >>> Adding DCC to root or main bus: >>> dcc: dcc { >>> compatible

Re: [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM

2016-02-22 Thread Michal Simek
On 19.2.2016 21:55, Simon Glass wrote: > Hi Michal, > > On 18 February 2016 at 09:01, Michal Simek wrote: >> Enabling this driver requires some DT changes. >> Adding DCC to root or main bus: >> dcc: dcc { >> compatible = "arm,dcc"; >> u-boot,dm-pre-reloc; >> }; >> >> Extend alias

Re: [U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM

2016-02-19 Thread Simon Glass
Hi Michal, On 18 February 2016 at 09:01, Michal Simek wrote: > Enabling this driver requires some DT changes. > Adding DCC to root or main bus: > dcc: dcc { > compatible = "arm,dcc"; > u-boot,dm-pre-reloc; > }; > > Extend alias list to link DCC: > serial0 = &uart0; >

[U-Boot] [PATCH 1/2] serial: dcc: Move driver to DM

2016-02-18 Thread Michal Simek
Enabling this driver requires some DT changes. Adding DCC to root or main bus: dcc: dcc { compatible = "arm,dcc"; u-boot,dm-pre-reloc; }; Extend alias list to link DCC: serial0 = &uart0; serial1 = &uart1; serial2 = &dcc; Change stdout-path to point to dcc p