|
@@ -137,7 +137,7 @@ static void dwc2_set_stm32f4x9_fsotg_params(struct dwc2_hsotg *hsotg)
|
|
|
p->activate_stm_fs_transceiver = true;
|
|
|
}
|
|
|
|
|
|
-static void dwc2_set_stm32f7xx_hsotg_params(struct dwc2_hsotg *hsotg)
|
|
|
+static void dwc2_set_stm32f7_hsotg_params(struct dwc2_hsotg *hsotg)
|
|
|
{
|
|
|
struct dwc2_core_params *p = &hsotg->params;
|
|
|
|
|
@@ -164,8 +164,8 @@ const struct of_device_id dwc2_of_match_table[] = {
|
|
|
{ .compatible = "st,stm32f4x9-fsotg",
|
|
|
.data = dwc2_set_stm32f4x9_fsotg_params },
|
|
|
{ .compatible = "st,stm32f4x9-hsotg" },
|
|
|
- { .compatible = "st,stm32f7xx-hsotg",
|
|
|
- .data = dwc2_set_stm32f7xx_hsotg_params },
|
|
|
+ { .compatible = "st,stm32f7-hsotg",
|
|
|
+ .data = dwc2_set_stm32f7_hsotg_params },
|
|
|
{},
|
|
|
};
|
|
|
MODULE_DEVICE_TABLE(of, dwc2_of_match_table);
|