From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mugunthan V N Date: Tue, 1 Mar 2016 11:25:50 +0530 Subject: [U-Boot] [PATCH 1/1] am33xx: Update serial platdata to update reg_offset to 0 In-Reply-To: <56D4105A.3090604@ti.com> References: <1456737957-25168-1-git-send-email-mugunthanvnm@ti.com> <56D4105A.3090604@ti.com> Message-ID: <56D52EE6.5040407@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > 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. Regards Mugunthan V n