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 f2aeea57504cbbc58da3c59b939fc16150087648 18 lines 471 B view raw
1Marvell PXA USB PHY 2------------------- 3 4Required properties: 5- compatible: one of: "marvell,mmp2-usb-phy", "marvell,pxa910-usb-phy", 6 "marvell,pxa168-usb-phy", 7- #phy-cells: must be 0 8 9Example: 10 usb-phy: usbphy@d4207000 { 11 compatible = "marvell,mmp2-usb-phy"; 12 reg = <0xd4207000 0x40>; 13 #phy-cells = <0>; 14 status = "okay"; 15 }; 16 17This document explains the device tree binding. For general 18information about PHY subsystem refer to Documentation/driver-api/phy/phy.rst