From cdf71946a9b12b04ffcd89662dd7b91a52ab5186 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Tue, 9 Feb 2021 18:12:40 +0000 Subject: [PATCH] dt-bindings: usb: usb-device: fix typo in required properties Fix typo in 'compatible' property name. Signed-off-by: Mans Rullgard Link: https://lore.kernel.org/r/20210209181240.28017-1-mans@mansr.com Signed-off-by: Greg Kroah-Hartman --- Documentation/devicetree/bindings/usb/usb-device.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/usb-device.yaml b/Documentation/devicetree/bindings/usb/usb-device.yaml index 7bb25a45427d1..d4c99809ee9a4 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 -- 2.30.2