diff mbox series

dt-bindings: usb: usb-device: fix typo in required properties

Message ID 20210209181240.28017-1-mans@mansr.com
State New
Headers show
Series dt-bindings: usb: usb-device: fix typo in required properties | expand

Commit Message

Mans Rullgard Feb. 9, 2021, 6:12 p.m. UTC
Fix typo in 'compatible' property name.

Signed-off-by: Mans Rullgard <mans@mansr.com>
---
 Documentation/devicetree/bindings/usb/usb-device.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/usb/usb-device.yaml b/Documentation/devicetree/bindings/usb/usb-device.yaml
index 7bb25a45427d..d4c99809ee9a 100644
--- a/Documentation/devicetree/bindings/usb/usb-device.yaml
+++ b/Documentation/devicetree/bindings/usb/usb-device.yaml
@@ -76,7 +76,7 @@  patternProperties:
         maxItems: 1
 
 required:
-  - compatile
+  - compatible
   - reg
 
 additionalProperties: true