mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
b9dd1962d9
commit
cdf71946a9
|
@ -76,7 +76,7 @@ patternProperties:
|
|||
maxItems: 1
|
||||
|
||||
required:
|
||||
- compatile
|
||||
- compatible
|
||||
- reg
|
||||
|
||||
additionalProperties: true
|
||||
|
|
Loading…
Reference in New Issue