Message ID | 20211028221547.22601-1-digetx@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | viresh kumar |
Headers | show |
Series | [v4] dt-bindings: opp: Allow multi-worded OPP entry name | expand |
On 29-10-21, 01:15, Dmitry Osipenko wrote: > Not all OPP entries fit into a single word. In particular NVIDIA Tegra OPP > tables use multi-word names. Allow OPP entry to have multi-worded name > separated by hyphen. This silences DT checker warnings about wrong naming > scheme. > > Reviewed-by: David Heidelberg <david@ixit.cz> > Signed-off-by: Dmitry Osipenko <digetx@gmail.com> Applied. Thanks.
diff --git a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml index ae3ae4d39843..15a76bcd6d42 100644 --- a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml +++ b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml @@ -33,7 +33,7 @@ properties: type: boolean patternProperties: - '^opp-?[0-9]+$': + '^opp(-?[0-9]+)*$': type: object description: One or more OPP nodes describing voltage-current-frequency combinations.