aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/example-schema.yaml
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2019-11-06 20:19:59 -0600
committerRob Herring <robh@kernel.org>2019-11-11 11:21:58 -0600
commit2fa0a530594d17bc858280fe1215e2558ed94f49 (patch)
treec599742ba085c163e3ac01a61f73b50d93c255e1 /Documentation/devicetree/bindings/example-schema.yaml
parentdt-bindings: usb: dwc3: Move Amlogic G12A DWC3 Glue Bindings to YAML schemas (diff)
downloadlinux-dev-2fa0a530594d17bc858280fe1215e2558ed94f49.tar.xz
linux-dev-2fa0a530594d17bc858280fe1215e2558ed94f49.zip
dt-bindings: example-schema: Standard unit should be microvolt not microvolts
Even the DT maintainer gets confused. The schema in dt-schema was wrong too, so this was passing validation until trying to add some common incorrect patterns to check. Fixes: 58fbe999ff40 ("dt-bindings: example-schema: Add some additional examples and commentary") Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/example-schema.yaml')
-rw-r--r--Documentation/devicetree/bindings/example-schema.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/example-schema.yaml b/Documentation/devicetree/bindings/example-schema.yaml
index f27ad5c90353..4ddcf709cc3c 100644
--- a/Documentation/devicetree/bindings/example-schema.yaml
+++ b/Documentation/devicetree/bindings/example-schema.yaml
@@ -160,7 +160,7 @@ properties:
- enum: [ foo, bar ]
- enum: [ baz, boo ]
- vendor,property-in-standard-units-microvolts:
+ vendor,property-in-standard-units-microvolt:
description: Vendor specific properties having a standard unit suffix
don't need a type.
enum: [ 100, 200, 300 ]