Skip to content

Commit

Permalink
arm64: dts: rockchip: Edge2: USB: fix USB host 3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Zhao <jack.zhao@wesion.com>
Change-Id: I94b7e3f0d50d5bfaf27828eef21b742c02b3e752
  • Loading branch information
Jack Zhao authored and numbqq committed Aug 24, 2022
1 parent ed91a1e commit 84a75e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@
&pcie2x1l1 {
// reset-gpios = <&gpio4 RK_PA2 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_pcie20>;
status = "okay";
status = "disabled";
};

&pcie2x1l2 {
Expand Down Expand Up @@ -787,11 +787,12 @@
};

&usbhost3_0 {
status = "disabled";
status = "okay";
};

&usbhost_dwc3_0 {
status = "disabled";
dr_mode = "host";
status = "okay";
};

&vdd_log_s0 {
Expand Down

0 comments on commit 84a75e8

Please sign in to comment.