]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: lpuart: add 32-bit registers lpuart support
authorJingchang Lu <jingchang.lu@freescale.com>
Fri, 5 Sep 2014 05:52:47 +0000 (13:52 +0800)
committerYork Sun <yorksun@freescale.com>
Mon, 8 Sep 2014 17:30:35 +0000 (10:30 -0700)
commit6209e14cb026c20614c388020eb74b8972a16747
treeda734e1d93aa211efe6d7b566267dd7f0d9e6273
parent5ea060a9f96740969d1d1c392e446da823bb01d3
serial: lpuart: add 32-bit registers lpuart support

On vybrid, lpuart's registers are 8-bit. On LS102xA, lpuart's registers
are 32-bit. This patch adds the support for 32-bit registers on
LS102xA.

Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com>
Signed-off-by: Yuan Yao <yao.yuan@freescale.com>
drivers/serial/serial_lpuart.c