diff mbox

[v4,8/8] QE-UART: modify of_device_id for qe-uart driver

Message ID 1457317688-20330-8-git-send-email-qiang.zhao@nxp.com (mailing list archive)
State Superseded, archived
Delegated to: Scott Wood
Headers show

Commit Message

Qiang Zhao March 7, 2016, 2:28 a.m. UTC
Drop device type and modify compatible to SoC specific compatible.

Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com>
---
 drivers/tty/serial/ucc_uart.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

diff --git a/drivers/tty/serial/ucc_uart.c b/drivers/tty/serial/ucc_uart.c
index 1a7dc3c..ff6c1ab 100644
--- a/drivers/tty/serial/ucc_uart.c
+++ b/drivers/tty/serial/ucc_uart.c
@@ -1475,8 +1475,7 @@  static int ucc_uart_remove(struct platform_device *ofdev)
 
 static const struct of_device_id ucc_uart_match[] = {
 	{
-		.type = "serial",
-		.compatible = "ucc_uart",
+		.compatible = "t1040-ucc-uart",
 	},
 	{},
 };