Skip to content

Commit

Permalink
dts: r2pro: try to fix usb top port
Browse files Browse the repository at this point in the history
- extcon is no more needed in 5.19
  51a9b2c ("phy: rockchip-inno-usb2: Handle ID IRQ")
- dr_mode was changed to otg in rk356x.dtsi
  bc405bb ("arm64: dts: rockchip: enable otg/drd
    operation of usb_host0_xhci in rk356x")

but hostmode still not working
  • Loading branch information
frank-w committed Jun 30, 2022
1 parent 0901c01 commit 0530fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3568-bpi-r2-pro.dts
Expand Up @@ -678,7 +678,7 @@
};

&usb_host0_xhci {
extcon = <&usb2phy0>;
dr_mode = "host";
status = "okay";
};

Expand Down

0 comments on commit 0530fbb

Please sign in to comment.