diff options
author | Mans Rullgard <mans@mansr.com> | 2021-02-09 21:12:40 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-11 15:51:06 +0300 |
commit | cdf71946a9b12b04ffcd89662dd7b91a52ab5186 (patch) | |
tree | 3edf097e0e7cbd5daa1cea602afa7c133ec38c50 | |
parent | b9dd1962d9bf6c5247ba97a8b9e1689a10e22be1 (diff) | |
download | linux-cdf71946a9b12b04ffcd89662dd7b91a52ab5186.tar.xz |
dt-bindings: usb: usb-device: fix typo in required properties
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>
-rw-r--r-- | Documentation/devicetree/bindings/usb/usb-device.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |