Commit d680414d authored by Tony Lindgren's avatar Tony Lindgren

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
......@@ -209,6 +209,8 @@ &usb1_phy {
&usb0 {
status = "okay";
dr_mode = "peripheral";
interrupts-extended = <&intc 18 &tps 0>;
interrupt-names = "mc", "vbus";
};
&usb1 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment