From: Matthew Leach Date: Tue, 28 Aug 2012 15:41:28 +0000 (+0100) Subject: serial: pl011: honour serial aliases in device tree X-Git-Tag: omap-cleanup-sparseirq-for-v3.7~62 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32614aad30549b0e4caf44c26efe8e2b09d597ce;p=pandora-kernel.git serial: pl011: honour serial aliases in device tree If the order of UART nodes is changed in the device tree, then tty dev devices are attached to different serial ports causing the console to be directed to a different physical serial port. The "serial" aliases in the device tree should prevent this. This patch ensures that the UART driver creates tty devices that honour these aliases if a device tree is present. Acked-by: Linus Walleij Reviewed-by: Will Deacon Acked-by: Rob Herring Signed-off-by: Matthew Leach Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed