Skip to content

Commit

Permalink
Merge pull request torvalds#212 from Radxa-Alvin/linux-5.10-gen-rkr4.1
Browse files Browse the repository at this point in the history
Changes:
  * Radxa E61: enable USB for M.2 E-KEY

Signed-off-by: Stephen Chen <stephen@radxa.com>
  • Loading branch information
RadxaStephen authored Sep 18, 2023
2 parents 8976836 + 215f177 commit 641505e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3568-radxa-e61.dts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@
status = "okay";
};

&u2phy1_host {
status = "okay";
};

&usb2phy0 {
status = "okay";
};
Expand All @@ -146,6 +150,14 @@
status = "okay";
};

&usb_host1_ehci {
status = "okay";
};

&usb_host1_ohci {
status = "okay";
};

&usbdrd_dwc3 {
dr_mode = "host";
status = "okay";
Expand Down

0 comments on commit 641505e

Please sign in to comment.