Good Morning, This is my patch series that I have maintained out of tree until the combophy driver landed. This has been rebased on v5.18-rc1, several patches in the previous series already landed and have been dropped. Patch 1 adds the dt bindings for the grf changes necessary. Patch 2 adds support to the grf driver to set the rk3566 otg clock source. Patch 3 adds the dwc3 nodes to the rk356x device tree includes. Patch 4 enables the dwc3 nodes on the Quartz64 Model A. Patch 5 enables the dwc3 nodes on the rk3568-evb. Please review and apply. Very Respectfully, Peter Geis Changelog: v5: - Rebase on v5.18-rc1 - Drop patches already merged - Collect acks and tested-by v4: - Add SoC specific binding, fall back to core. v3: - Drop the dwc-of-simple method in favor of using dwc core. - Drop all quirks except snps,dis_u2_susphy_quirk, which is necessary to prevent device detection failures in some states. - Drop the reset-names. v2: - Add a dt-bindings fix for grf.yaml - Unify the reset names. - Constrain the force usb2 clock dwc3 patch to only supported variants of the ip. - Change dwc3-of-simple to support of-match-data. - Drop the PCLK-PIPE clk. - Rename the usb nodes to be more friendly. - Add the rk3568-evb enable patch. Michael Riesch (1): arm64: dts: rockchip: add usb3 support to rk3568-evb1-v10 Peter Geis (4): dt-bindings: soc: grf: add rk3566-pipe-grf compatible soc: rockchip: set dwc3 clock for rk3566 arm64: dts: rockchip: add rk356x dwc3 usb3 nodes arm64: dts: rockchip: enable dwc3 on quartz64-a .../devicetree/bindings/soc/rockchip/grf.yaml | 1 + .../boot/dts/rockchip/rk3566-quartz64-a.dts | 37 +++++++++++++++ arch/arm64/boot/dts/rockchip/rk3566.dtsi | 11 +++++ .../boot/dts/rockchip/rk3568-evb1-v10.dts | 46 +++++++++++++++++++ arch/arm64/boot/dts/rockchip/rk3568.dtsi | 9 ++++ arch/arm64/boot/dts/rockchip/rk356x.dtsi | 35 +++++++++++++- drivers/soc/rockchip/grf.c | 17 +++++++ 7 files changed, 155 insertions(+), 1 deletion(-) -- 2.25.1