Re: [U-Boot] [PATCH v2 6/7] x86: Use ePAPR defined properties for x86-uart

2014-12-29 Thread Simon Glass
Hi Bin, On 29 December 2014 at 00:45, Bin Meng wrote: > Hi Simon, > > On Sun, Dec 28, 2014 at 9:55 AM, Simon Glass wrote: >> On 27 December 2014 at 05:10, Bin Meng wrote: >>> Use ePAPR defined properties for x86-uart: clock-frequency and >>> current-speed. Assign the value of clock-frequency in

Re: [U-Boot] [PATCH v2 6/7] x86: Use ePAPR defined properties for x86-uart

2014-12-28 Thread Bin Meng
Hi Simon, On Sun, Dec 28, 2014 at 9:55 AM, Simon Glass wrote: > On 27 December 2014 at 05:10, Bin Meng wrote: >> Use ePAPR defined properties for x86-uart: clock-frequency and >> current-speed. Assign the value of clock-frequency in device tree >> to plat->clock of x86-uart instead of using hard

Re: [U-Boot] [PATCH v2 6/7] x86: Use ePAPR defined properties for x86-uart

2014-12-27 Thread Simon Glass
On 27 December 2014 at 05:10, Bin Meng wrote: > Use ePAPR defined properties for x86-uart: clock-frequency and > current-speed. Assign the value of clock-frequency in device tree > to plat->clock of x86-uart instead of using hardcoded number. > > Signed-off-by: Bin Meng > > --- > > Changes in v2

[U-Boot] [PATCH v2 6/7] x86: Use ePAPR defined properties for x86-uart

2014-12-27 Thread Bin Meng
Use ePAPR defined properties for x86-uart: clock-frequency and current-speed. Assign the value of clock-frequency in device tree to plat->clock of x86-uart instead of using hardcoded number. Signed-off-by: Bin Meng --- Changes in v2: - New patch to use ePAPR defined properties for x86-uart ar