From: Viresh Kumar Date: Wed, 2 Nov 2022 10:49:33 +0000 (+0530) Subject: dt-bindings: opp: Fix named microwatt property X-Git-Tag: v6.2-rc1~189^2~1^4^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1b91dba2474ed61c34e453a48c4968833ebd68c6;p=thirdparty%2Fkernel%2Flinux.git dt-bindings: opp: Fix named microwatt property The named microwatt- property should look exactly like microvolt and microamp properties. There were some differences, fix them. Tested-by: James Calligeros Signed-off-by: Viresh Kumar --- diff --git a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml index cb025b0a346d9..cf9c2f7bddc29 100644 --- a/Documentation/devicetree/bindings/opp/opp-v2-base.yaml +++ b/Documentation/devicetree/bindings/opp/opp-v2-base.yaml @@ -230,9 +230,9 @@ patternProperties: minItems: 1 maxItems: 8 # Should be enough regulators - '^opp-microwatt': + '^opp-microwatt-': description: - Named opp-microwatt property. Similar to opp-microamp property, + Named opp-microwatt property. Similar to opp-microamp- property, but for microwatt instead. $ref: /schemas/types.yaml#/definitions/uint32-array minItems: 1