Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

+1 -1
+1 -1
Documentation/devicetree/bindings/example-schema.yaml
··· 160 160 - enum: [ foo, bar ] 161 161 - enum: [ baz, boo ] 162 162 163 - vendor,property-in-standard-units-microvolts: 163 + vendor,property-in-standard-units-microvolt: 164 164 description: Vendor specific properties having a standard unit suffix 165 165 don't need a type. 166 166 enum: [ 100, 200, 300 ]