dt-bindings: usb: dwc2: add compatible property for rk3328 usb
authorJohan Jonker <jbx6244@gmail.com>
Wed, 11 Mar 2020 12:21:20 +0000 (13:21 +0100)
committerFelipe Balbi <balbi@kernel.org>
Sun, 15 Mar 2020 09:36:14 +0000 (11:36 +0200)
commit95b18f28979e12539cc02f6ec4e2c776e8551f39
tree7f4a69be2ca5de8536c1b605e1f29892d7e571ef
parentf2c2e717642c66f7fe7e5dd69b2e8ff5849f4d10
dt-bindings: usb: dwc2: add compatible property for rk3328 usb

A test with the command below gives for example this error:

arch/arm64/boot/dts/rockchip/rk3328-evb.dt.yaml: usb@ff580000:
compatible:
['rockchip,rk3328-usb', 'rockchip,rk3066-usb', 'snps,dwc2']
is not valid under any of the given schemas

The compatible property for rk3328 dwc2 usb was somehow never added to
the documention. Fix this error by adding
'rockchip,rk3328-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>
Documentation/devicetree/bindings/usb/dwc2.yaml