]> 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 23:15:41 +0000 (19:15 -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 7d2532b23969e738cc63f9c952ff737a18b2abea..100c2413c22f00f7b094d5609c77709c9473de82 100644 (file)
@@ -1478,6 +1478,9 @@ static const struct of_device_id ucc_uart_match[] = {
                .type = "serial",
                .compatible = "ucc_uart",
        },
+       {
+               .compatible = "fsl,t1040-ucc-uart",
+       },
        {},
 };
 MODULE_DEVICE_TABLE(of, ucc_uart_match);