Skip to content

Commit

Permalink
usb: typec: tcpci_maxim: Fix the compatible string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Badhri Jagan Sridharan authored and Greg Kroah-Hartman committed Nov 18, 2020
1 parent 6393734 commit a07c81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/typec/tcpm/tcpci_maxim.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a07c81a

Please sign in to comment.