Skip to content

Commit

Permalink
ARM: dts: sun8i-h3: bananapi-m2-plus: Sync usb otg nodes from Linux
Browse files Browse the repository at this point in the history
Bananapi-m2-plus has usb otg routed host with either EHCI0/OHCI0
sync the same from Linux.

Signed-off-by: Jagan Teki <[email protected]>
Acked-by: Jun Nie <[email protected]>
  • Loading branch information
openedev committed May 28, 2018
1 parent 90dd275 commit 426a234
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions arch/arm/dts/sun8i-h3-bananapi-m2-plus.dts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@
};
};

&ehci0 {
status = "okay";
};

&ehci1 {
status = "okay";
};
Expand Down Expand Up @@ -146,6 +150,10 @@
status = "okay";
};

&ohci0 {
status = "okay";
};

&ohci1 {
status = "okay";
};
Expand Down Expand Up @@ -189,6 +197,11 @@
status = "okay";
};

&usb_otg {
dr_mode = "otg";
status = "okay";
};

&usbphy {
/* USB VBUS is on as long as VCC-IO is on */
status = "okay";
Expand Down

0 comments on commit 426a234

Please sign in to comment.