linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: regulator: Fix type of regulator-coupled-max-spread property
@ 2021-12-06 15:37 Thierry Reding
  2021-12-06 20:24 ` Rob Herring
  2021-12-07 15:09 ` Mark Brown
  0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2021-12-06 15:37 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown; +Cc: Rob Herring, devicetree, linux-kernel

From: Thierry Reding <treding@nvidia.com>

According to the description and the various uses of this property it is
meant to be an array of unsigned 32-bit values, so fixup the type to
match that.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 Documentation/devicetree/bindings/regulator/regulator.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/regulator/regulator.yaml b/Documentation/devicetree/bindings/regulator/regulator.yaml
index a6ae9ecae5cc..ed560ee8714e 100644
--- a/Documentation/devicetree/bindings/regulator/regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/regulator.yaml
@@ -218,7 +218,7 @@ properties:
     description: Array of maximum spread between voltages of coupled regulators
       in microvolts, each value in the array relates to the corresponding
       couple specified by the regulator-coupled-with property.
-    $ref: "/schemas/types.yaml#/definitions/uint32"
+    $ref: "/schemas/types.yaml#/definitions/uint32-array"
 
   regulator-max-step-microvolt:
     description: Maximum difference between current and target voltages
-- 
2.33.1


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

* Re: [PATCH] dt-bindings: regulator: Fix type of regulator-coupled-max-spread property
  2021-12-06 15:37 [PATCH] dt-bindings: regulator: Fix type of regulator-coupled-max-spread property Thierry Reding
@ 2021-12-06 20:24 ` Rob Herring
  2021-12-07 15:09 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2021-12-06 20:24 UTC (permalink / raw)
  To: Thierry Reding
  Cc: devicetree, Rob Herring, Mark Brown, linux-kernel, Liam Girdwood

On Mon, 06 Dec 2021 16:37:26 +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> According to the description and the various uses of this property it is
> meant to be an array of unsigned 32-bit values, so fixup the type to
> match that.
> 
> Signed-off-by: Thierry Reding <treding@nvidia.com>
> ---
>  Documentation/devicetree/bindings/regulator/regulator.yaml | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH] dt-bindings: regulator: Fix type of regulator-coupled-max-spread property
  2021-12-06 15:37 [PATCH] dt-bindings: regulator: Fix type of regulator-coupled-max-spread property Thierry Reding
  2021-12-06 20:24 ` Rob Herring
@ 2021-12-07 15:09 ` Mark Brown
  1 sibling, 0 replies; 3+ messages in thread
From: Mark Brown @ 2021-12-07 15:09 UTC (permalink / raw)
  To: Liam Girdwood, Thierry Reding; +Cc: Rob Herring, linux-kernel, devicetree

On Mon, 6 Dec 2021 16:37:26 +0100, Thierry Reding wrote:
> From: Thierry Reding <treding@nvidia.com>
> 
> According to the description and the various uses of this property it is
> meant to be an array of unsigned 32-bit values, so fixup the type to
> match that.
> 
> 
> [...]

Applied to

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

Thanks!

[1/1] dt-bindings: regulator: Fix type of regulator-coupled-max-spread property
      commit: 8d2de3a548ad05fe09bca58f09ff1ab2e69cf40a

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] 3+ messages in thread

end of thread, other threads:[~2021-12-07 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 15:37 [PATCH] dt-bindings: regulator: Fix type of regulator-coupled-max-spread property Thierry Reding
2021-12-06 20:24 ` Rob Herring
2021-12-07 15:09 ` 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).