Message ID | 20240423-usb-dwc3-gs101-v1-0-2f331f88203f@linaro.org |
---|---|
Headers | show |
Series | USB (dwc3-glue) support for Google Tensor gs101 | expand |
On 23/04/2024 22:19, André Draszik wrote: > The Exynos-based Google Tensor gs101 SoC has a DWC3 compatible USB > controller and can reuse the existing Exynos glue. Update the dt schema > to include the google,gs101-dwusb3 compatible for it. > > Signed-off-by: André Draszik <andre.draszik@linaro.org> > --- > .../devicetree/bindings/usb/samsung,exynos-dwc3.yaml | 18 ++++++++++++++++++ > 1 file changed, 18 insertions(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Tue, 23 Apr 2024 at 21:19, André Draszik <andre.draszik@linaro.org> wrote: > > The Exynos-based Google Tensor gs101 SoC has a DWC3 compatible USB > controller and can reuse the existing Exynos glue. Update the dt schema > to include the google,gs101-dwusb3 compatible for it. > > Signed-off-by: André Draszik <andre.draszik@linaro.org> > --- Reviewed-by: Peter Griffin <peter.griffin@linaro.org> regards, Peter
The Google Tensor gs101 SoC embeds a DWC3 USB 3.1 DRD controller. This patch series enables the existing dwc3-exynos glue layer to work on this SoC. Signed-off-by: André Draszik <andre.draszik@linaro.org> --- André Draszik (2): dt-bindings: usb: samsung,exynos-dwc3: add gs101 compatible usb: dwc3: exynos: add support for Google Tensor gs101 .../devicetree/bindings/usb/samsung,exynos-dwc3.yaml | 18 ++++++++++++++++++ drivers/usb/dwc3/dwc3-exynos.c | 9 +++++++++ 2 files changed, 27 insertions(+) --- base-commit: a59668a9397e7245b26e9be85d23f242ff757ae8 change-id: 20240423-usb-dwc3-gs101-1f5864f06ca9 Best regards,