]> git.hungrycats.org Git - linux/commitdiff
QE-UART: add "fsl,t1040-ucc-uart" to of_device_id
authorZhao Qiang <qiang.zhao@nxp.com>
Wed, 9 Mar 2016 01:48:11 +0000 (09:48 +0800)
committerSasha Levin <sasha.levin@oracle.com>
Fri, 3 Jun 2016 15:30:32 +0000 (11:30 -0400)
[ Upstream commit 11ca2b7ab432eb90906168c327733575e68d388f ]

New bindings use "fsl,t1040-ucc-uart" as the compatible for qe-uart.
So add it.

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/tty/serial/ucc_uart.c

index c107a0f0e72f05e8e70fda3e7474bd14efa66f57..c859eab47bd8497fd93f15635b40660aefdc33c1 100644 (file)
@@ -1478,6 +1478,9 @@ static struct of_device_id ucc_uart_match[] = {
                .type = "serial",
                .compatible = "ucc_uart",
        },
+       {
+               .compatible = "fsl,t1040-ucc-uart",
+       },
        {},
 };
 MODULE_DEVICE_TABLE(of, ucc_uart_match);