ARM: dts: Configure BeagleBone peripheral USB VBUS irq
authorTony Lindgren <tony@atomide.com>
Thu, 5 Jan 2017 19:15:45 +0000 (11:15 -0800)
committerTony Lindgren <tony@atomide.com>
Thu, 12 Jan 2017 22:25:01 +0000 (14:25 -0800)
This prevents having to poll peripheral USB port cable status.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/am335x-bone-common.dtsi

index dc561d5..cbb4b3f 100644 (file)
 &usb0 {
        status = "okay";
        dr_mode = "peripheral";
+       interrupts-extended = <&intc 18 &tps 0>;
+       interrupt-names = "mc", "vbus";
 };
 
 &usb1 {