]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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 dc561d505bbe2ce10054c7bc19452b0b4b76fc4f..cbb4b3f893f4e9402fd47e4b4955620c2eb8ced6 100644 (file)
 &usb0 {
        status = "okay";
        dr_mode = "peripheral";
+       interrupts-extended = <&intc 18 &tps 0>;
+       interrupt-names = "mc", "vbus";
 };
 
 &usb1 {