[PATCH 2/2] usb: dwc3-exynos: add support for ExynosAutov920
Alim Akhtar
alim.akhtar at samsung.com
Thu May 15 02:30:18 PDT 2025
Hi Pritam
> -----Original Message-----
> From: Pritam Manohar Sutar <pritam.sutar at samsung.com>
> Sent: Wednesday, May 14, 2025 7:38 PM
> To: pritam.sutar at samsung.com; gregkh at linuxfoundation.org;
> robh at kernel.org; krzk+dt at kernel.org; conor+dt at kernel.org;
>
[snip]
> static const struct of_device_id exynos_dwc3_match[] = {
> {
> .compatible = "samsung,exynos2200-dwusb3", @@ -209,6
> +215,9 @@ static const struct of_device_id exynos_dwc3_match[] = {
> }, {
> .compatible = "google,gs101-dwusb3",
> .data = &gs101_drvdata,
> + }, {
> + .compatible = "samsung,exynosautov920-dwusb3",
> + .data = &exynosautov920_drvdata,
Should go below " samsung,exynos2200-dwusb3" entry (as already pointed by Thinh)
With that fixed
Reviewed-by: Alim Akhtar <alim.akhtar at samsung.com>
More information about the linux-arm-kernel
mailing list