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

dt-bindings: usb: update snps,dwc3.yaml references

Changeset 389d77658801 ("dt-bindings: usb: Convert DWC USB3 bindings to DT schema")
renamed: Documentation/devicetree/bindings/usb/dwc3.txt
to: Documentation/devicetree/bindings/usb/snps,dwc3.yaml.

Update its cross-references accordingly.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/97704f110f0282fb47eb85dea430cc94cfd93a4b.1610605373.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Mauro Carvalho Chehab and committed by
Greg Kroah-Hartman
e793c2a3 16bcc58e

+3 -3
+1 -1
Documentation/devicetree/bindings/usb/dwc3-st.txt
··· 31 31 Sub-nodes: 32 32 The dwc3 core should be added as subnode to ST DWC3 glue as shown in the 33 33 example below. The DT binding details of dwc3 can be found in: 34 - Documentation/devicetree/bindings/usb/dwc3.txt 34 + Documentation/devicetree/bindings/usb/snps,dwc3.yaml 35 35 36 36 NB: The dr_mode property described in [1] is NOT optional for this driver, as the default value 37 37 is "otg", which isn't supported by this SoC. Valid dr_mode values for dwc3-st are either "host"
+1 -1
Documentation/devicetree/bindings/usb/exynos-usb.txt
··· 93 93 The dwc3 core should be added as subnode to Exynos dwc3 glue. 94 94 - dwc3 : 95 95 The binding details of dwc3 can be found in: 96 - Documentation/devicetree/bindings/usb/dwc3.txt 96 + Documentation/devicetree/bindings/usb/snps,dwc3.yaml 97 97 98 98 Example: 99 99 usb@12000000 {
+1 -1
Documentation/devicetree/bindings/usb/omap-usb.txt
··· 65 65 The dwc3 core should be added as subnode to omap dwc3 glue. 66 66 - dwc3 : 67 67 The binding details of dwc3 can be found in: 68 - Documentation/devicetree/bindings/usb/dwc3.txt 68 + Documentation/devicetree/bindings/usb/snps,dwc3.yaml 69 69 70 70 omap_dwc3 { 71 71 compatible = "ti,dwc3";