diff options
author | Mans Rullgard <mans@mansr.com> | 2021-02-09 19:12:40 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-02-11 13:51:06 +0100 |
commit | cdf71946a9b12b04ffcd89662dd7b91a52ab5186 (patch) | |
tree | 3edf097e0e7cbd5daa1cea602afa7c133ec38c50 /Documentation/devicetree/bindings/usb | |
parent | usb: Replace lkml.org links with lore (diff) | |
download | linux-cdf71946a9b12b04ffcd89662dd7b91a52ab5186.tar.xz linux-cdf71946a9b12b04ffcd89662dd7b91a52ab5186.zip |
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>
Diffstat (limited to 'Documentation/devicetree/bindings/usb')
-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 |