usb: typec: tcpci_maxim: Fix the compatible string
authorBadhri Jagan Sridharan <badhri@google.com>
Thu, 29 Oct 2020 06:31:30 +0000 (23:31 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Nov 2020 11:58:48 +0000 (12:58 +0100)
Changing compatible string to include the part number.

Signed-off-by: Badhri Jagan Sridharan <badhri@google.com>
Link: https://lore.kernel.org/r/20201029063138.1429760-3-badhri@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/typec/tcpm/tcpci_maxim.c

index 3b3d36f..c179723 100644 (file)
@@ -482,7 +482,7 @@ MODULE_DEVICE_TABLE(i2c, max_tcpci_id);
 
 #ifdef CONFIG_OF
 static const struct of_device_id max_tcpci_of_match[] = {
-       { .compatible = "maxim,tcpc", },
+       { .compatible = "maxim,max33359", },
        {},
 };
 MODULE_DEVICE_TABLE(of, max_tcpci_of_match);