The NXP PTN3222 is the single-port eUSB2 to USB2 redriver that performs translation between eUSB2 and USB2 signalling schemes. It supports all three data rates: Low Speed, Full Speed and High Speed. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx> --- Changes in v2: - Switched to devm_regulator_bulk_get_const() (Neil) - Link to v1: https://lore.kernel.org/r/20240829-nxp-ptn3222-v1-0-46906bc4747a@xxxxxxxxxx --- Dmitry Baryshkov (2): dt-bindings: phy: add NXP PTN3222 eUSB2 to USB2 redriver phy: add NXP PTN3222 eUSB2 to USB2 redriver .../devicetree/bindings/phy/nxp,ptn3222.yaml | 55 +++++++++ drivers/phy/Kconfig | 11 ++ drivers/phy/Makefile | 1 + drivers/phy/phy-nxp-ptn3222.c | 123 +++++++++++++++++++++ 4 files changed, 190 insertions(+) --- base-commit: 195a402a75791e6e0d96d9da27ca77671bc656a8 change-id: 20240829-nxp-ptn3222-30bbb81e984e Best regards, -- Dmitry Baryshkov <dmitry.baryshkov@xxxxxxxxxx>