diff --git a/stm32-data-gen/src/rcc.rs b/stm32-data-gen/src/rcc.rs index 81833428b..124432063 100644 --- a/stm32-data-gen/src/rcc.rs +++ b/stm32-data-gen/src/rcc.rs @@ -305,7 +305,7 @@ impl ParsedRccs { ("I2C5", &["I2C1235"]), ("USB", &["USB", "CLK48", "ICLK"]), ("USB_OTG_FS", &["USB", "CLK48", "ICLK"]), - ("USB_OTG_HS", &["USB", "USBPHYC", "CLK48", "ICLK"]), + ("USB_OTG_HS", &["USB", "USBPHYC", "OTGHS", "CLK48", "ICLK"]), ]; let rcc = self.rccs.get(rcc_version)?;