Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 40242086 authored by Li Jun's avatar Li Jun Committed by Greg Kroah-Hartman
Browse files

staging: typec: tcpci: add compatible string for nxp ptn5110



Add nxp ptn5110 typec controller compatible string: "nxp,ptn5110",
which is a standard tcpci chip with power delivery support. Meanwhile
remove "usb,tcpci" because it doesn't follow the binding format rule
and has not been used yet.

Reviewed-by: default avatarHeikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: default avatarLi Jun <jun.li@nxp.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9aaf7e43
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -575,7 +575,7 @@ MODULE_DEVICE_TABLE(i2c, tcpci_id);


#ifdef CONFIG_OF
#ifdef CONFIG_OF
static const struct of_device_id tcpci_of_match[] = {
static const struct of_device_id tcpci_of_match[] = {
	{ .compatible = "usb,tcpci", },
	{ .compatible = "nxp,ptn5110", },
	{},
	{},
};
};
MODULE_DEVICE_TABLE(of, tcpci_of_match);
MODULE_DEVICE_TABLE(of, tcpci_of_match);