Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: dt: dwc3: note the supported phy-names

The dwc3 driver expicitly looks for "usb2-phy" or "usb3-phy", but we
never noted these names in the documentation.

Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>

authored by

Brian Norris and committed by
Felipe Balbi
e5116369 512e4757

+2 -1
+2 -1
Documentation/devicetree/bindings/usb/dwc3.txt
··· 13 13 in the array is expected to be a handle to the USB2/HS PHY and 14 14 the second element is expected to be a handle to the USB3/SS PHY 15 15 - phys: from the *Generic PHY* bindings 16 - - phy-names: from the *Generic PHY* bindings 16 + - phy-names: from the *Generic PHY* bindings; supported names are "usb2-phy" 17 + or "usb3-phy". 17 18 - snps,usb3_lpm_capable: determines if platform is USB3 LPM capable 18 19 - snps,disable_scramble_quirk: true when SW should disable data scrambling. 19 20 Only really useful for FPGA builds.