platform/chrome: cros_ec: Add Type C hard reset
authorPrashant Malani <pmalani@chromium.org>
Tue, 20 Apr 2021 17:16:11 +0000 (10:16 -0700)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Tue, 20 Apr 2021 17:35:42 +0000 (19:35 +0200)
Update the EC command header to include the new event bit. This bit
is included in the latest version of the Chrome EC headers[1].

[1] https://chromium.googlesource.com/chromiumos/platform/ec/+/refs/heads/main/include/ec_commands.h

Signed-off-by: Prashant Malani <pmalani@chromium.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210420171617.3830902-1-pmalani@chromium.org
include/linux/platform_data/cros_ec_commands.h

index 5ff8597..9156078 100644 (file)
@@ -5678,6 +5678,7 @@ enum tcpc_cc_polarity {
 
 #define PD_STATUS_EVENT_SOP_DISC_DONE          BIT(0)
 #define PD_STATUS_EVENT_SOP_PRIME_DISC_DONE    BIT(1)
+#define PD_STATUS_EVENT_HARD_RESET             BIT(2)
 
 struct ec_params_typec_status {
        uint8_t port;