Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 8834f5600cf3c8db365e18a3d5cac2c2780c81e5 authored by Linus Torvalds on 03 February 2019, 21:48:04 UTC
Linux 5.0-rc5
Tip revision: 8834f56
usb-hcd.txt
Generic USB HCD (Host Controller Device) Properties

Optional properties:
- phys: a list of all USB PHYs on this HCD

Example:
	&usb1 {
		phys = <&usb2_phy1>, <&usb3_phy1>;
	};
back to top