From 2b026eabc3152592be75b7d7e73e9536b9eeb794 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Tue, 13 Jun 2023 14:09:56 -0600 Subject: [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit" "pwm-dutycycle-unit" is missing a type, add it. Signed-off-by: Rob Herring Reviewed-by: Conor Dooley Reviewed-by: Brian Norris Link: https://lore.kernel.org/r/20230613200956.2822740-1-robh@kernel.org Signed-off-by: Mark Brown --- Documentation/devicetree/bindings/regulator/pwm-regulator.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml b/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml index 7e58471097f8c..80ecf938b7493 100644 --- a/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml +++ b/Documentation/devicetree/bindings/regulator/pwm-regulator.yaml @@ -64,6 +64,7 @@ properties: defined, <100> is assumed, meaning that pwm-dutycycle-range contains values expressed in percent. + $ref: /schemas/types.yaml#/definitions/uint32 default: 100 pwm-dutycycle-range: -- 2.30.2