Browse Source

ARM: dts: Configure BeagleBone peripheral USB VBUS irq

This prevents having to poll peripheral USB port cable status.

Signed-off-by: Tony Lindgren <tony@atomide.com>
Tony Lindgren 8 years ago
parent
commit
d680414d0f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/arm/boot/dts/am335x-bone-common.dtsi

+ 2 - 0
arch/arm/boot/dts/am335x-bone-common.dtsi

@@ -209,6 +209,8 @@
 &usb0 {
 	status = "okay";
 	dr_mode = "peripheral";
+	interrupts-extended = <&intc 18 &tps 0>;
+	interrupt-names = "mc", "vbus";
 };
 
 &usb1 {