[PATCH v2 0/2] usb: typec: ucsi: Add ITE IT527x/IT885x and DisplayPort alt mode support
From: Amber Kao
Date: Fri Sep 18 2026 - 06:11:07 EST
This series extends the itepd UCSI driver with support for more ITE
Type-C PD controllers, and adds DisplayPort alternate mode handling.
The IT527x series and the IT8855, IT8856 and IT8857 run the same UCSI
firmware codebase as the IT8851 and are software compatible with it, so
they are described as fallbacks to "ite,it8851". The IT8853, IT8856,
IT8857, IT5272 and IT5274 drive two Type-C connectors, the other
variants drive one.
For DisplayPort alternate mode, the driver queries the current
alternate mode from the PPM, configures the Type-C mux and retimer
accordingly, and reports HPD state and HPD IRQ through the DRM
auxiliary HPD bridge.
This series depends on the following series, which has not been picked
up yet:
https://lore.kernel.org/linux-usb/20260807-ucsi-itepd-v7-0-998ac11ed0ef@xxxxxxxxxx/
Signed-off-by: Amber Kao <ite_pd@xxxxxxxxxx>
---
Changes in v2:
- dt-bindings: drop the second example, it only differs by the
compatible string.
- dt-bindings: express the IT527x series, IT8853 and IT885[5-7] as
fallbacks to "ite,it8851"; all parts run the same UCSI firmware
codebase, so the driver needs no per-part handling.
- dt-bindings: add IT8855, IT8856 and IT8857.
- dt-bindings: move the variant description out of the 'compatible'
property and shorten it.
- dt-bindings: fix indentation in the existing example.
- driver: drop the "ite,it5271" of_device_id entry, now covered by the
fallback.
- driver: update MODULE_DESCRIPTION and the Kconfig prompt to cover the
IT885x and IT527x series.
- Link to v1: https://patch.msgid.link/20260911-ucsi-itepd-it527x-v1-0-14c8041afb53@xxxxxxxxxx
To: Amber Kao <amber.kao@xxxxxxxxxx>
To: Jeson Yang <jeson.yang@xxxxxxxxxx>
To: Yaode Fang <Yaode.Fang@xxxxxxxxxx>
To: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
To: Rob Herring <robh@xxxxxxxxxx>
To: Krzysztof Kozlowski <krzk+dt@xxxxxxxxxx>
To: Conor Dooley <conor+dt@xxxxxxxxxx>
To: Heikki Krogerus <heikki.krogerus@xxxxxxxxxxxxxxx>
Cc: linux-usb@xxxxxxxxxxxxxxx
Cc: devicetree@xxxxxxxxxxxxxxx
Cc: linux-kernel@xxxxxxxxxxxxxxx
---
Amber Kao (2):
dt-bindings: usb: ite,it8851: Add IT527x and IT885x series support
usb: typec: ucsi: itepd: Add DisplayPort alternate mode support
.../devicetree/bindings/usb/ite,it8851.yaml | 49 ++-
drivers/usb/typec/ucsi/Kconfig | 8 +-
drivers/usb/typec/ucsi/ucsi_itepd.c | 404 ++++++++++++++++++++-
3 files changed, 435 insertions(+), 26 deletions(-)
---
base-commit: a8092db1cf4c3fd6cad36c5a10dcaa60d95ef114
change-id: 20260911-ucsi-itepd-it527x-5b87a61a71bb
Best regards,
--
Amber Kao <ite_pd@xxxxxxxxxx>