Skip to content

Commit

Permalink
Revert "Partially Revert "dtschema: add nanoamp unit""
Browse files Browse the repository at this point in the history
A patch has been sent upstream to remove the $ref from -nanoamp
properties.

This reverts commit f5f03f6.

Signed-off-by: Cosmin Tanislav <demonsingur@gmail.com>
  • Loading branch information
Demon000 authored and robherring committed Jun 26, 2023
1 parent a4fe59b commit 90ce246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtschema/meta-schemas/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ definitions:
propertyNames:
enum: [ description, deprecated ]

'-(bits|-kBps|percent|bp|mhz|hz|sec|ms|us|ns|ps|mm|microamp(-hours)?|(micro-)?ohms|microwatt-hours|microvolt|(femto|pico)farads|(milli)?celsius|kelvin|kpascal)$':
'-(bits|-kBps|percent|bp|mhz|hz|sec|ms|us|ns|ps|mm|nanoamp|microamp(-hours)?|(micro-)?ohms|microwatt-hours|microvolt|(femto|pico)farads|(milli)?celsius|kelvin|kpascal)$':
allOf:
- $ref: cell.yaml#/array
- description: Standard unit suffix properties don't need a type $ref
Expand Down

0 comments on commit 90ce246

Please sign in to comment.