Skip to content
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

Closed
Raymond0225 opened this issue Nov 6, 2024 · 2 comments · Fixed by #81026
Closed

Typo error in soc nxp rt11xx usb2 clock initialization #81027

Raymond0225 opened this issue Nov 6, 2024 · 2 comments · Fixed by #81026
Labels
bug The issue is a bug, or the PR is fixing a bug

Comments

@Raymond0225
Copy link
Contributor

Raymond0225 commented Nov 6, 2024

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.

@Raymond0225 Raymond0225 added the bug The issue is a bug, or the PR is fixing a bug label Nov 6, 2024
Copy link

github-actions bot commented Nov 6, 2024

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]>
@decsny decsny linked a pull request Nov 6, 2024 that will close this issue
@decsny
Copy link
Member

decsny commented Nov 6, 2024

@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
Labels
bug The issue is a bug, or the PR is fixing a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants