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.15-rc8 14 lines 369 B view raw
1* Freescale i.MX non-core registers 2 3Required properties: 4- #index-cells: Cells used to descibe usb controller index. Should be <1> 5- compatible: Should be one of below: 6 "fsl,imx6q-usbmisc" for imx6q 7- reg: Should contain registers location and length 8 9Examples: 10usbmisc@02184800 { 11 #index-cells = <1>; 12 compatible = "fsl,imx6q-usbmisc"; 13 reg = <0x02184800 0x200>; 14};