Add percentages to the list of recognized units. Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> --- schemas/property-units.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/schemas/property-units.yaml b/schemas/property-units.yaml index 20e6f6ebf06b8d93..655e9eec615319e1 100644 --- a/schemas/property-units.yaml +++ b/schemas/property-units.yaml @@ -26,6 +26,11 @@ patternProperties: "-bits$": $ref: "types.yaml#/definitions/uint32-array" description: Number of bits + + "-percent$": + $ref: "types.yaml#/definitions/uint32-array" + description: percentage + # Time/Frequency "-mhz$": $ref: "types.yaml#/definitions/uint32-array" -- 2.25.1