-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
Typo error in soc nxp rt11xx usb2 clock initialization #81027
Labels
bug
The issue is a bug, or the PR is fixing a bug
Comments
Hi @Raymond0225! We appreciate you submitting your first issue for our open-source project. 🌟 Even though I'm a bot, I can assure you that the whole community is genuinely grateful for your time and effort. 🤖💙 |
Raymond0225
added a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 6, 2024
a typo in usb2 clock initialization which impact the function of usb2. fixes: zephyrproject-rtos#81027 Signed-off-by: Raymond Lei <[email protected]>
@Raymond0225 it looks like you put the content in markdown comments, so the issue appeared empty. I fixed it for you, if i missed something you will need to edit also |
JA-NXP
pushed a commit
to nxp-upstream/zephyr
that referenced
this issue
Nov 19, 2024
a typo in usb2 clock initialization which impact the function of usb2. fixes: zephyrproject-rtos#81027 Signed-off-by: Raymond Lei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A clear and concise description of what the bug is.
In file soc.c under directory soc/nxp/imxrt/imxrt11xx line 539. This part of code is obviously used to initialize the usbs but use usb1 as device tree node label.
The text was updated successfully, but these errors were encountered: