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.14-rc7 15 lines 347 B view raw
1BROADCOM KONA USB2 PHY 2 3Required properties: 4 - compatible: brcm,kona-usb2-phy 5 - reg: offset and length of the PHY registers 6 - #phy-cells: must be 0 7Refer to phy/phy-bindings.txt for the generic PHY binding properties 8 9Example: 10 11 usbphy: usb-phy@3f130000 { 12 compatible = "brcm,kona-usb2-phy"; 13 reg = <0x3f130000 0x28>; 14 #phy-cells = <0>; 15 };