platform/chrome: cros_usbpd_notify: Listen to EC_HOST_EVENT_USB_MUX host event
authorPi-Hsun Shih <pihsun@chromium.org>
Wed, 14 Apr 2021 06:45:24 +0000 (14:45 +0800)
committerEnric Balletbo i Serra <enric.balletbo@collabora.com>
Wed, 21 Apr 2021 07:40:37 +0000 (09:40 +0200)
commit4423ee65f76818c8a8994e6f5821372661ea7f89
tree4488b6cb7d78cafe6655f4d15d2fd4e1f8a15281
parentc5bb32f57bf3a30ed03be51f7be0840325ba8b4a
platform/chrome: cros_usbpd_notify: Listen to EC_HOST_EVENT_USB_MUX host event

On system that use ACPI, cros_usbpd_notify gets notifications of USB MUX
host event same as PD host events [1]. But currently on system that use
DT, the driver only listen on EC_HOST_EVENT_PD_MCU.

Add EC_HOST_EVENT_USB_MUX to the list of host events, so we have same
behavior on all platforms.

[1]: https://chromium.googlesource.com/chromiumos/third_party/coreboot/+/refs/heads/chromeos-2016.05/src/ec/google/chromeec/acpi/ec.asl#382

Signed-off-by: Pi-Hsun Shih <pihsun@chromium.org>
Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20210414064524.2450908-1-pihsun@chromium.org
drivers/platform/chrome/cros_usbpd_notify.c