commit | c70426f1534a7d8e52e478ce67fd4634cc588741 | [log] [tgz] |
---|---|---|
author | Roland Stigge <stigge@antcom.de> | Thu Jun 14 16:16:18 2012 +0200 |
committer | Roland Stigge <stigge@antcom.de> | Thu Jun 14 16:16:18 2012 +0200 |
tree | 8ca73976d4ea43c4ecbcc0681b324d0215e1ca3f | |
parent | 2c7fa28622d8c00ca41f0362d11c52d9f404f543 [diff] |
ARM: LPC32xx: DT conversion of Standard UARTs This patch switches from static serial driver initialization to devicetree configuration. This way, the Standard UARTs of the LPC32xx SoC can be enabled individually via DT. E.g., instead of Kconfig configuration, the phy3250.dts activates UARTs 3 and 5. Signed-off-by: Roland Stigge <stigge@antcom.de> Tested-by: Alexandre Pereira da Silva <aletes.xgr@gmail.com>