Skip to content

Commit

Permalink
hinlink-h88k: fix usb dr_mode to host
Browse files Browse the repository at this point in the history
  • Loading branch information
qbisi authored and amazingfate committed Feb 9, 2025
1 parent 2f1fa5f commit c3be0a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@
};

&usb_host1_xhci {
dr_mode = "host";
status = "okay";
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@
};

&usb_host1_xhci {
dr_mode = "host";
status = "okay";
};

Expand Down

0 comments on commit c3be0a4

Please sign in to comment.