diff options
Diffstat (limited to 'sys/contrib/device-tree/Bindings/usb/dwc2.yaml')
| -rw-r--r-- | sys/contrib/device-tree/Bindings/usb/dwc2.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/contrib/device-tree/Bindings/usb/dwc2.yaml b/sys/contrib/device-tree/Bindings/usb/dwc2.yaml index a5f2e3442a0e..6c3a10991b8b 100644 --- a/sys/contrib/device-tree/Bindings/usb/dwc2.yaml +++ b/sys/contrib/device-tree/Bindings/usb/dwc2.yaml @@ -59,7 +59,7 @@ properties: - const: amcc,dwc-otg - const: apm,apm82181-dwc-otg - const: snps,dwc2 - - const: sophgo,cv1800-usb + - const: sophgo,cv1800b-usb - const: st,stm32f4x9-fsotg - const: st,stm32f4x9-hsotg - const: st,stm32f7-hsotg @@ -192,7 +192,7 @@ unevaluatedProperties: false examples: - | - usb@101c0000 { + usb@101c0000 { compatible = "rockchip,rk3066-usb", "snps,dwc2"; reg = <0x10180000 0x40000>; interrupts = <18>; @@ -200,6 +200,6 @@ examples: clock-names = "otg"; phys = <&usbphy>; phy-names = "usb2-phy"; - }; + }; ... |
