Skip to content

dts: weact_stm32h5_core: Define clk_hsi48 to fix USB support #89129

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

filipembedded
Copy link

The USB CDC driver relies on the HSI48 internal oscillator as the default clock source for USB functionality. In the weact_stm32h5_core device tree, the clk_hsi48 node was missing, resulting in USB initialization failure.

Define the clk_hsi48 clock to ensure correct USB operation.

The USB CDC driver relies on the HSI48 internal oscillator as the
default clock source for USB functionality. In the weact_stm32h5_core
device tree, the clk_hsi48 node was missing, resulting in USB
initialization failure.

Define the clk_hsi48 clock to ensure correct USB operation.
Copy link

@nzmichaelh
Copy link
Collaborator

Thanks for the PR! Could you fold the two commits into one and add the signoff line please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants