mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
FROMGIT: usb: typec: tcpci_maxim: Fix the compatible string
Changing compatible string to include the part number.
Bug: 168555244
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>
(cherry picked from commit a07c81ac50
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git usb-next)
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Change-Id: Iac123d339c42c9d29fb5afc1f291d1fb52e1469e
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
2841a4316e
commit
e08c0debfe
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user