Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-03-07 Thread Adam Ford
On Wed, Mar 2, 2016 at 10:49 PM, Mugunthan V N wrote: > Adam > > On Wednesday 02 March 2016 06:25 PM, Adam Ford wrote: >> On Wed, Mar 2, 2016 at 6:24 AM, Michal Simek wrote: >>> On 2.3.2016 13:18, Adam Ford wrote: On Wed, Mar 2, 2016 at 5:53 AM, Michal Simek wrote: > On 2.3.2016 1

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-03-02 Thread Mugunthan V N
Adam On Wednesday 02 March 2016 06:25 PM, Adam Ford wrote: > On Wed, Mar 2, 2016 at 6:24 AM, Michal Simek wrote: >> On 2.3.2016 13:18, Adam Ford wrote: >>> On Wed, Mar 2, 2016 at 5:53 AM, Michal Simek >>> wrote: On 2.3.2016 12:09, Adam Ford wrote: > On Mon, Feb 29, 2016 at 11:55 PM, Mu

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-03-02 Thread Adam Ford
On Wed, Mar 2, 2016 at 6:24 AM, Michal Simek wrote: > On 2.3.2016 13:18, Adam Ford wrote: >> On Wed, Mar 2, 2016 at 5:53 AM, Michal Simek wrote: >>> On 2.3.2016 12:09, Adam Ford wrote: On Mon, Feb 29, 2016 at 11:55 PM, Mugunthan V N wrote: > On Monday 29 February 2016 03:03 PM, Lo

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-03-02 Thread Michal Simek
On 2.3.2016 13:18, Adam Ford wrote: > On Wed, Mar 2, 2016 at 5:53 AM, Michal Simek wrote: >> On 2.3.2016 12:09, Adam Ford wrote: >>> On Mon, Feb 29, 2016 at 11:55 PM, Mugunthan V N wrote: On Monday 29 February 2016 03:03 PM, Lokesh Vutla wrote: > > On Monday 29 February 2016 02:55 PM

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-03-02 Thread Adam Ford
On Wed, Mar 2, 2016 at 5:53 AM, Michal Simek wrote: > On 2.3.2016 12:09, Adam Ford wrote: >> On Mon, Feb 29, 2016 at 11:55 PM, Mugunthan V N wrote: >>> On Monday 29 February 2016 03:03 PM, Lokesh Vutla wrote: On Monday 29 February 2016 02:55 PM, Mugunthan V N wrote: >> With commit:

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-03-02 Thread Michal Simek
On 2.3.2016 12:09, Adam Ford wrote: > On Mon, Feb 29, 2016 at 11:55 PM, Mugunthan V N wrote: >> On Monday 29 February 2016 03:03 PM, Lokesh Vutla wrote: >>> >>> On Monday 29 February 2016 02:55 PM, Mugunthan V N wrote: > With commit: d9a3bec682f9 "dm: ns16550: Add support for reg-offset >

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-03-02 Thread Adam Ford
On Mon, Feb 29, 2016 at 11:55 PM, Mugunthan V N wrote: > On Monday 29 February 2016 03:03 PM, Lokesh Vutla wrote: >> >> On Monday 29 February 2016 02:55 PM, Mugunthan V N wrote: >>> > With commit: d9a3bec682f9 "dm: ns16550: Add support for reg-offset >>> > property" >>> > reg_offset is added to t

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-02-29 Thread Mugunthan V N
On Monday 29 February 2016 03:03 PM, Lokesh Vutla wrote: > > On Monday 29 February 2016 02:55 PM, Mugunthan V N wrote: >> > With commit: d9a3bec682f9 "dm: ns16550: Add support for reg-offset >> > property" >> > reg_offset is added to the struct ns16550_platdata to be >> > dt compatible with Linux

Re: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-02-29 Thread Lokesh Vutla
On Monday 29 February 2016 02:55 PM, Mugunthan V N wrote: > With commit: d9a3bec682f9 "dm: ns16550: Add support for reg-offset property" > reg_offset is added to the struct ns16550_platdata to be > dt compatible with Linux kernel driver, TI AM335x evms are broken > as the serial platdata updates

[U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0

2016-02-29 Thread Mugunthan V N
With commit: d9a3bec682f9 "dm: ns16550: Add support for reg-offset property" reg_offset is added to the struct ns16550_platdata to be dt compatible with Linux kernel driver, TI AM335x evms are broken as the serial platdata updates wrong offsets. Correcting it with initializing reg_offset to zero.