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 v5.5 13 lines 262 B view raw
1Marvell MMP3 USB PHY 2-------------------- 3 4Required properties: 5- compatible: must be "marvell,mmp3-usb-phy" 6- #phy-cells: must be 0 7 8Example: 9 usb-phy: usb-phy@d4207000 { 10 compatible = "marvell,mmp3-usb-phy"; 11 reg = <0xd4207000 0x40>; 12 #phy-cells = <0>; 13 };