[PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"

Rob Herring posted 1 patch 2 years, 7 months ago
Documentation/devicetree/bindings/regulator/pwm-regulator.yaml | 1 +
1 file changed, 1 insertion(+)
[PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
Posted by Rob Herring 2 years, 7 months ago
"pwm-dutycycle-unit" is missing a type, add it.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 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 7e58471097f8..80ecf938b749 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.39.2
Re: [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
Posted by Mark Brown 2 years, 7 months ago
On Tue, 13 Jun 2023 14:09:56 -0600, Rob Herring wrote:
> "pwm-dutycycle-unit" is missing a type, add it.
> 
> 

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git for-next

Thanks!

[1/1] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
      commit: 2b026eabc3152592be75b7d7e73e9536b9eeb794

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark
Re: [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
Posted by Conor Dooley 2 years, 7 months ago
On Tue, Jun 13, 2023 at 02:09:56PM -0600, Rob Herring wrote:
> "pwm-dutycycle-unit" is missing a type, add it.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Cheers,
Conor.
Re: [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
Posted by Brian Norris 2 years, 7 months ago
On Tue, Jun 13, 2023 at 02:09:56PM -0600, Rob Herring wrote:
> "pwm-dutycycle-unit" is missing a type, add it.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/regulator/pwm-regulator.yaml | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Brian Norris <briannorris@chromium.org>