Add new section for USB TypeC Port Manager (TCPM) support, which is needed to figure out cable orientation of USB-C plus and to do USB PD communication.
Signed-off-by: Sebastian Reichel <[email protected]> --- MAINTAINERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 09298e6bc86c..f2e535901066 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1743,6 +1743,15 @@ F: common/usb_kbd.c F: common/usb_storage.c F: include/usb.h +USB TCPM +M: Sebastian Reichel <[email protected]> +S: Maintained +F: cmd/tcpm.c +F: doc/usage/cmd/tcpm.rst +F: drivers/usb/tcpm/ +F: include/usb/pd.h +F: include/usb/tcpm.h + USB xHCI M: Bin Meng <[email protected]> S: Maintained -- 2.45.2

