dt-bindings: usb: usb-device: fix typo in required properties
authorMans Rullgard <mans@mansr.com>
Tue, 9 Feb 2021 18:12:40 +0000 (18:12 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Feb 2021 12:51:06 +0000 (13:51 +0100)
Fix typo in 'compatible' property name.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Link: https://lore.kernel.org/r/20210209181240.28017-1-mans@mansr.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/devicetree/bindings/usb/usb-device.yaml

index 7bb25a45427d19a6422dc842d95229d923570dda..d4c99809ee9a4ef7ff2eb7dac5065f722d9a4d96 100644 (file)
@@ -76,7 +76,7 @@ patternProperties:
         maxItems: 1
 
 required:
-  - compatile
+  - compatible
   - reg
 
 additionalProperties: true