]> git.baikalelectronics.ru Git - kernel.git/commit
tty: serial: bcm63xx_uart: add support for DT probing
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 20 Feb 2014 18:15:53 +0000 (10:15 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Mar 2014 00:27:18 +0000 (16:27 -0800)
commitdcaac8f5eac218026449b88525b6845addaf5766
tree9a96edf031555786f9806d4eb9d6a141ad1607dd
parenteef584483840fd9c66affa9222e78ce5105e317a
tty: serial: bcm63xx_uart: add support for DT probing

Add a matching table for the the bcm63xx_uart driver on the compatible
string "brcm,bcm6345-uart" which covers all BCM63xx implementations and
reflects the fact that this block was first introduced with the BCM6345
SoC.  Also make sure that we convert the id based on the uart aliases
provided by the relevant Device Tree.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/bcm63xx_uart.c