linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
@ 2023-06-13 20:09 Rob Herring
  2023-06-13 20:14 ` Brian Norris
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rob Herring @ 2023-06-13 20:09 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Krzysztof Kozlowski, Conor Dooley,
	Brian Norris, Lee Jones, Alexandre Courbot
  Cc: linux-kernel, devicetree

"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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
  2023-06-13 20:09 [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit" Rob Herring
@ 2023-06-13 20:14 ` Brian Norris
  2023-06-13 20:58 ` Conor Dooley
  2023-06-14 16:44 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Brian Norris @ 2023-06-13 20:14 UTC (permalink / raw)
  To: Rob Herring
  Cc: Liam Girdwood, Mark Brown, Krzysztof Kozlowski, Conor Dooley,
	Lee Jones, Alexandre Courbot, linux-kernel, devicetree

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
  2023-06-13 20:09 [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit" Rob Herring
  2023-06-13 20:14 ` Brian Norris
@ 2023-06-13 20:58 ` Conor Dooley
  2023-06-14 16:44 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Conor Dooley @ 2023-06-13 20:58 UTC (permalink / raw)
  To: Rob Herring
  Cc: Liam Girdwood, Mark Brown, Krzysztof Kozlowski, Conor Dooley,
	Brian Norris, Lee Jones, Alexandre Courbot, linux-kernel,
	devicetree

[-- Attachment #1: Type: text/plain, Size: 242 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit"
  2023-06-13 20:09 [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit" Rob Herring
  2023-06-13 20:14 ` Brian Norris
  2023-06-13 20:58 ` Conor Dooley
@ 2023-06-14 16:44 ` Mark Brown
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Brown @ 2023-06-14 16:44 UTC (permalink / raw)
  To: Liam Girdwood, Krzysztof Kozlowski, Conor Dooley, Brian Norris,
	Lee Jones, Alexandre Courbot, Rob Herring
  Cc: linux-kernel, devicetree

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-14 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-13 20:09 [PATCH] regulator: dt-bindings: pwm-regulator: Add missing type for "pwm-dutycycle-unit" Rob Herring
2023-06-13 20:14 ` Brian Norris
2023-06-13 20:58 ` Conor Dooley
2023-06-14 16:44 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).