Skip to content

Commit

Permalink
Add .dts entries to make second USB port work
Browse files Browse the repository at this point in the history
Signed-off-by: arny <[email protected]>
  • Loading branch information
arnysch authored and Quallenauge committed Aug 6, 2020
1 parent b010c08 commit b931f97
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,20 @@
status = "okay";
};

&usb_phy1 {
status = "okay";
};

&usb0 {
status = "okay";
vbus-supply = <&usb_vbus>;
};

&usb1 {
status = "okay";
vbus-supply = <&usb_vbus>;
};

&eth0 {
lan: interface@0 {
compatible = "lantiq,xrx200-pdi";
Expand Down

0 comments on commit b931f97

Please sign in to comment.