Re: [PATCH v2 3/3] mfd: cros_ec: Don't add cros_ec_ucsi if it is defined in OF or ACPI
From: Jameson Thies
Date: Wed Oct 08 2025 - 19:38:52 EST
> If you are not using that for anything, then couldn't you just use
> acpi_dev_found("GOOG0021") ?
Thanks, this is a good suggestion. I'll switch to acpi_dev_found() in
the v3 update.
> Can there be multiple UCSI interfaces on these systems?
None of our devices will support multiple UCSI interfaces.