Hey folks, This patchset adds support for the usbdrd phy for exynos8890. The SoC features 2 dwc3 controllers and 2 usb phy controllers. One of the USBs is used for DRD, whereas the second - for host. The host one seems to only be used on the MV8890 SBC, which... I don't think anyone has, really. Code from this patchset can and will be reused for 8895 (I actually based it on my old 8895 work but decided to upstream it) Best regards, Ivaylo Changes in v2: - fix up the messed series (a patch from another subsystem was accidentally sent) Ivaylo Ivanov (2): dt-bindings: phy: samsung,usb3-drd-phy: add exynos8890 support phy: exynos5-usbdrd: support the exynos8890 USBDRD controller .../bindings/phy/samsung,usb3-drd-phy.yaml | 25 +++ drivers/phy/samsung/phy-exynos5-usbdrd.c | 210 ++++++++++++++++++ 2 files changed, 235 insertions(+) -- 2.43.0