]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
usb: dwc2: follow compatible string change for Sophgo CV18XX/SG200X series SoC
authorInochi Amaoto <inochiama@gmail.com>
Wed, 18 Jun 2025 03:11:30 +0000 (11:11 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Jun 2025 14:40:40 +0000 (15:40 +0100)
As the wildcard name is dropped and favor new compatible string
which match a real SoC, and it is not used for any board at now.

Rename it to sophgo,cv1800b-usb to match the binding change.

Signed-off-by: Inochi Amaoto <inochiama@gmail.com>
Acked-by: Minas Harutyunyan <hminas@synopsys.com>
Link: https://lore.kernel.org/r/20250618031132.373216-3-inochiama@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/dwc2/params.c

index 4d73fae80b1230309ef707ce365a32f6bbab34ee..ea6bd537e3374306429ed203e2a06af4211774a0 100644 (file)
@@ -334,7 +334,7 @@ const struct of_device_id dwc2_of_match_table[] = {
          .data = dwc2_set_amlogic_a1_params },
        { .compatible = "amcc,dwc-otg", .data = dwc2_set_amcc_params },
        { .compatible = "apm,apm82181-dwc-otg", .data = dwc2_set_amcc_params },
-       { .compatible = "sophgo,cv1800-usb",
+       { .compatible = "sophgo,cv1800b-usb",
          .data = dwc2_set_cv1800_params },
        { .compatible = "st,stm32f4x9-fsotg",
          .data = dwc2_set_stm32f4x9_fsotg_params },