Commit 388f9f0a authored by Frank Wunderlich's avatar Frank Wunderlich Committed by Heiko Stuebner

arm64: dts: rockchip: fix upper usb port on BPI-R2-Pro

- extcon is no more needed in 5.19 - so drop it
  commit 51a9b2c0 ("phy: rockchip-inno-usb2: Handle ID IRQ")
- dr_mode was changed from host to otg in rk356x.dtsi
  commit bc405bb3 ("arm64: dts: rockchip: enable otg/drd
    operation of usb_host0_xhci in rk356x")
  change it back on board level as id-pin on r2pro is not connected
Signed-off-by: default avatarFrank Wunderlich <frank-w@public-files.de>
Link: https://lore.kernel.org/r/20220821121929.244112-1-linux@fw-web.deSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 4a00c438
...@@ -678,7 +678,7 @@ &usb_host0_ohci { ...@@ -678,7 +678,7 @@ &usb_host0_ohci {
}; };
&usb_host0_xhci { &usb_host0_xhci {
extcon = <&usb2phy0>; dr_mode = "host";
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment