From: Badhri Jagan Sridharan Date: Thu, 29 Oct 2020 06:31:30 +0000 (-0700) Subject: usb: typec: tcpci_maxim: Fix the compatible string X-Git-Tag: v5.15.73~13051^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a07c81ac5015ac5cbcf1f8e20b9ca2974d276b87;p=platform%2Fkernel%2Flinux-rpi.git usb: typec: tcpci_maxim: Fix the compatible string Changing compatible string to include the part number. Signed-off-by: Badhri Jagan Sridharan Link: https://lore.kernel.org/r/20201029063138.1429760-3-badhri@google.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/usb/typec/tcpm/tcpci_maxim.c b/drivers/usb/typec/tcpm/tcpci_maxim.c index 3b3d36f94709..c1797239bf08 100644 --- a/drivers/usb/typec/tcpm/tcpci_maxim.c +++ b/drivers/usb/typec/tcpm/tcpci_maxim.c @@ -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);