Skip to content

Commit 7334c82

Browse files
Johan Jonkerfelipebalbi
authored andcommitted
dt-bindings: usb: dwc2: add compatible property for rk3368 usb
A test with the command below gives for example this error: arch/arm64/boot/dts/rockchip/rk3368-evb-act8846.dt.yaml: usb@ff580000: compatible: ['rockchip,rk3368-usb', 'rockchip,rk3066-usb', 'snps,dwc2'] is not valid under any of the given schemas The compatible property for rk3368 dwc2 usb was somehow never added to the documention. Fix this error by adding 'rockchip,rk3368-usb', 'rockchip,rk3066-usb', 'snps,dwc2' to dwc2.yaml. make ARCH=arm64 dtbs_check DT_SCHEMA_FILES=Documentation/devicetree/bindings/usb/dwc2.yaml Signed-off-by: Johan Jonker <jbx6244@gmail.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>
1 parent 95b18f2 commit 7334c82

File tree

1 file changed

+1
-0
lines changed
  • Documentation/devicetree/bindings/usb

1 file changed

+1
-0
lines changed

Documentation/devicetree/bindings/usb/dwc2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ properties:
2525
- rockchip,rk3228-usb
2626
- rockchip,rk3288-usb
2727
- rockchip,rk3328-usb
28+
- rockchip,rk3368-usb
2829
- rockchip,rv1108-usb
2930
- const: rockchip,rk3066-usb
3031
- const: snps,dwc2

0 commit comments

Comments
 (0)