]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
platform/chrome: cros_ec_typec: Set no_mode_control flag
authorAndrei Kuchynski <akuchynski@chromium.org>
Mon, 19 Jan 2026 13:18:19 +0000 (13:18 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Jan 2026 16:18:01 +0000 (17:18 +0100)
This flag specifies that the Embedded Controller (EC) must receive explicit
approval from the Application Processor (AP) before initiating Type-C
alternate modes or USB4 mode.

Signed-off-by: Andrei Kuchynski <akuchynski@chromium.org>
Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Acked-by: Tzung-Bi Shih <tzungbi@kernel.org>
Reviewed-by: Benson Leung <bleung@chromium.org>
Link: https://patch.msgid.link/20260119131824.2529334-3-akuchynski@chromium.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/chrome/cros_ec_typec.c

index b712bcff6fb2674ec79286159090df6d79b32e9a..c0806c562bb9314bc49e2e61f10931d0bc6cb7b8 100644 (file)
@@ -491,6 +491,7 @@ static int cros_typec_init_ports(struct cros_typec_data *typec)
 
                cap->driver_data = cros_port;
                cap->ops = &cros_typec_usb_mode_ops;
+               cap->no_mode_control = !typec->ap_driven_altmode;
 
                cros_port->port = typec_register_port(dev, cap);
                if (IS_ERR(cros_port->port)) {