These patches add the bindings and the PCIe phy driver for Realtek DHC(Digital Home Center) RTD SoCs(RTD1319, RTD1619B, RTD1319D and RTD1315E). Tzuyi Chang (2): dt-bindings: phy: realtek: Add Realtek DHC RTD SoC PCIe PHY phy: realtek: pcie: Add PCIe PHY support for Realtek DHC RTD SoCs .../bindings/phy/realtek,rtd-pcie-phy.yaml | 61 ++ drivers/phy/realtek/Kconfig | 8 + drivers/phy/realtek/Makefile | 1 + drivers/phy/realtek/phy-rtk-pcie.c | 738 ++++++++++++++++++ 4 files changed, 808 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/realtek,rtd-pcie-phy.yaml create mode 100644 drivers/phy/realtek/phy-rtk-pcie.c -- 2.43.0