Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d680414d authored by Tony Lindgren's avatar Tony Lindgren
Browse files

ARM: dts: Configure BeagleBone peripheral USB VBUS irq



This prevents having to poll peripheral USB port cable status.

Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent f7f01ffb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -209,6 +209,8 @@
&usb0 {
	status = "okay";
	dr_mode = "peripheral";
	interrupts-extended = <&intc 18 &tps 0>;
	interrupt-names = "mc", "vbus";
};

&usb1 {