commit | 768dc16397fb18c9de209cbcb84d890b8279faa7 | [log] [tgz] |
---|---|---|
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | Tue May 28 17:17:45 2013 +0200 |
committer | Paul Walmsley <paul@pwsan.com> | Mon Jun 03 03:26:32 2013 -0600 |
tree | d5c86b33b3e899a36ca734973cfece3448bd89af | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e [diff] |
arm: omap2: fix AM33xx hwmod infos for UART2 The UART2 hwmod structure is pointing to the EDMA channels of UART1, which doesn't look right. This patch fixes this by making the UART2 hwmod structure to a new structure that lists the EDMA channels to be used by the UART2. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Vaibhav Hiremath <hvaibhav@ti.com> [paul@pwsan.com: updated to apply] Signed-off-by: Paul Walmsley <paul@pwsan.com>