commit | 71b149b3f740501c2d59c80de5b10f5e45051099 | [log] [tgz] |
---|---|---|
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Thu Apr 05 14:14:28 2012 +0800 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Tue Apr 17 11:04:42 2012 +0200 |
tree | 101450eaa5658b89d9d85e67fa1d7f56557457ab | |
parent | a27fa58117ae1161adefedde449e5a71b3c593a4 [diff] |
ARM: at91: do not pin mux the UARTs in init_early There is no need to pinmux the UART so early in the kernel. Move it to the board init. This will also allow to finally move the gpio driver to platform device/driver. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>