Skip to content

Commit

Permalink
ipq806x: remove non-working fixes for USB bug in 5.10 dtsi additions
Browse files Browse the repository at this point in the history
These workarrounds are incomplete and non-functional, and thus not needed.

Signed-off-by: Rodrigo Balerdi <lanchon@gmail.com>
  • Loading branch information
Lanchon authored and hauke committed Apr 16, 2022
1 parent 5c147d3 commit 3a4d972
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,10 @@
};

&usb3_0 {
clocks = <&gcc USB30_1_MASTER_CLK>;
status = "okay";
};

&usb3_1 {
clocks = <&gcc USB30_0_MASTER_CLK>;
status = "okay";
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,10 @@

&usb3_0 {
status = "okay";
clocks = <&gcc USB30_1_MASTER_CLK>;
};

&usb3_1 {
status = "okay";
clocks = <&gcc USB30_0_MASTER_CLK>;
};

&pcie0 {
Expand Down

0 comments on commit 3a4d972

Please sign in to comment.