summaryrefslogtreecommitdiff
path: root/drivers/usb/typec/tcpm
diff options
context:
space:
mode:
authorBadhri Jagan Sridharan <badhri@google.com>2020-10-28 23:31:30 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-18 12:58:48 +0100
commita07c81ac5015ac5cbcf1f8e20b9ca2974d276b87 (patch)
treec70c932b78e83aaca7c3f950e55851bdf91f834d /drivers/usb/typec/tcpm
parent6393734ebb8c128edabcc1d357c8344f8c38d80f (diff)
downloadlinux-a07c81ac5015ac5cbcf1f8e20b9ca2974d276b87.tar.gz
usb: typec: tcpci_maxim: Fix the compatible string
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>
Diffstat (limited to 'drivers/usb/typec/tcpm')
-rw-r--r--drivers/usb/typec/tcpm/tcpci_maxim.c2
1 files changed, 1 insertions, 1 deletions
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);