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

Adam Ford aford173 at gmail.com
Wed Mar 2 12:09:16 CET 2016


On Mon, Feb 29, 2016 at 11:55 PM, Mugunthan V N <mugunthanvnm at ti.com> 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 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.
>> Acked-by: Lokesh Vutla <lokeshvutla at ti.com>
>>
>> This will be true for OMAP5+ platforms as well. I guess that array also
>> needs to be updated?
>
> Apart from AM335x, no other platform is converted to DM for non-dt boot,
> so there is no issues with other TI platforms.

Due to the way the structure was changed, a bunch of omap3 boards
broke because they hard-coded the values expecting them in a certain
order in the structure.  The patch has since been reverted.

> Regards
> Mugunthan V n
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot


More information about the U-Boot mailing list