Re: [PATCH v5 2/2] usb: dwc3: eic7700: Add EIC7700 USB driver
From: Krzysztof Kozlowski
Date: Tue Nov 04 2025 - 02:59:30 EST
On 04/11/2025 07:52, caohang@xxxxxxxxxxxxxxxxxx wrote:
> From: Hang Cao <caohang@xxxxxxxxxxxxxxxxxx>
>
> Add the eic7700 usb driver, which is responsible for
> identifying,configuring and connecting usb devices.
>
> Signed-off-by: Senchuan Zhang <zhangsenchuan@xxxxxxxxxxxxxxxxxx>
> Signed-off-by: Hang Cao <caohang@xxxxxxxxxxxxxxxxxx>
...
> +
> static int dwc3_generic_probe(struct platform_device *pdev)
> {
> const struct dwc3_properties *properties;
> @@ -83,6 +119,12 @@ static int dwc3_generic_probe(struct platform_device *pdev)
> else
> probe_data.properties = DWC3_DEFAULT_PROPERTIES;
>
> + if (of_device_is_compatible(dev->of_node, "eswin,eic7700-dwc3")) {
No, you have driver match data for that.
Best regards,
Krzysztof