arm: omap2: fix AM33xx hwmod infos for UART2
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 28 May 2013 15:17:45 +0000 (17:17 +0200)
committerPaul Walmsley <paul@pwsan.com>
Mon, 3 Jun 2013 09:26:32 +0000 (03:26 -0600)
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>

No differences found