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

hinlink-h88k: fix usb dr_mode #7797

Merged
merged 2 commits into from
Feb 9, 2025
Merged

hinlink-h88k: fix usb dr_mode #7797

merged 2 commits into from
Feb 9, 2025

Conversation

qbisi
Copy link
Contributor

@qbisi qbisi commented Feb 7, 2025

hinlink-h88k have two two usb_xhci port, namely usb_xhci0 (type C port) and usb_xhci1 (type A port).
We should set usb_xhci1.dr_mode = "host" to connect to GL3523 usb hub, then 5G modem and other usb peripheral devices.
usb_xhci0 (type C port) requires driver for "husb311" which is not available in mainline kernel, We can just leave it disabled.

The second patch add 5g modem enable and reset pin so as to use it.

@qbisi qbisi requested a review from igorpecovnik as a code owner February 7, 2025 22:03
@github-actions github-actions bot added size/small PR with less then 50 lines Needs review Seeking for review Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... labels Feb 7, 2025
@github-actions github-actions bot added size/medium PR with more then 50 and less then 250 lines and removed size/small PR with less then 50 lines labels Feb 8, 2025
@qbisi qbisi changed the title hinlink-h88k: fix usb dr_mode to host hinlink-h88k: fix usb dr_mode Feb 8, 2025
@igorpecovnik igorpecovnik added Ready to merge Reviewed, tested and ready for merge 02 Milestone: First quarter release and removed Needs review Seeking for review labels Feb 9, 2025
@amazingfate amazingfate merged commit cb6f2fb into armbian:main Feb 9, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
02 Milestone: First quarter release Hardware Hardware related like kernel, U-Boot, ... Patches Patches related to kernel, U-Boot, ... Ready to merge Reviewed, tested and ready for merge size/medium PR with more then 50 and less then 250 lines
Development

Successfully merging this pull request may close these issues.

3 participants