Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v3.17-rc2 17 lines 404 B view raw
1* LSI Zevio USB OTG Controller 2 3Required properties: 4- compatible: Should be "lsi,zevio-usb" 5- reg: Should contain registers location and length 6- interrupts: Should contain controller interrupt 7 8Optional properties: 9- vbus-supply: regulator for vbus 10 11Examples: 12 usb0: usb@b0000000 { 13 reg = <0xb0000000 0x1000>; 14 compatible = "lsi,zevio-usb"; 15 interrupts = <8>; 16 vbus-supply = <&vbus_reg>; 17 };