[PATCH 0/6] Add RZ/G2L USB2.0 phy and host support
Biju Das
biju.das.jz at bp.renesas.com
Fri Jun 11 06:46:36 PDT 2021
This patch series adds USB2.0 phy and Host support for RZ/G2L SoC.
A new driver introduced for RZ/G2L USB phy control block,
which mainly controls reset and power down of the USB2.0/PHY.
This patchset is based on master branch [1]
[1] https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git/
Biju Das (6):
dt-bindings: phy: renesas: Document RZ/G2L USB PHY Control bindings
drivers: clk: renesas: r9a07g044-cpg: Add USB clocks
phy: renesas: Add RZ/G2L usb phy control driver
arm64: configs: defconfig: Enable RZ/G2L USB PHY control driver
dt-bindings: phy: renesas,usb2-phy: Document RZ/G2L phy bindings
arm64: dts: renesas: r9a07g044: Add USB2.0 phy and host support
.../phy/renesas,rzg2l-usbphyctrl.yaml | 50 ++++++
.../bindings/phy/renesas,usb2-phy.yaml | 1 +
arch/arm64/boot/dts/renesas/r9a07g044.dtsi | 81 +++++++++
arch/arm64/configs/defconfig | 1 +
drivers/clk/renesas/r9a07g044-cpg.c | 6 +
drivers/phy/renesas/Kconfig | 7 +
drivers/phy/renesas/Makefile | 1 +
drivers/phy/renesas/phy-rzg2l-usbphyctrl.c | 163 ++++++++++++++++++
8 files changed, 310 insertions(+)
create mode 100644 Documentation/devicetree/bindings/phy/renesas,rzg2l-usbphyctrl.yaml
create mode 100644 drivers/phy/renesas/phy-rzg2l-usbphyctrl.c
--
2.17.1
More information about the linux-phy
mailing list