All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: sm5703: Correct reference to the common regulator schema
@ 2022-04-29 12:09 Markuss Broks
  2022-04-29 13:39 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Markuss Broks @ 2022-04-29 12:09 UTC (permalink / raw)
  To: linux-kernel, robh+dt, lee.jones, broonie
  Cc: Markuss Broks, Liam Girdwood, Krzysztof Kozlowski, devicetree

The correct file name is regulator.yaml, not regulators.yaml.

Signed-off-by: Markuss Broks <markuss.broks@gmail.com>
---
 .../bindings/regulator/siliconmitus,sm5703-regulator.yaml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml b/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
index 75ff16b58000..9d84117530ca 100644
--- a/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
+++ b/Documentation/devicetree/bindings/regulator/siliconmitus,sm5703-regulator.yaml
@@ -19,14 +19,14 @@ description: |
 properties:
   buck:
     type: object
-    $ref: regulators.yaml#
+    $ref: regulator.yaml#
     unevaluatedProperties: false
     description:
       Properties for the BUCK regulator.
 
   vbus:
     type: object
-    $ref: regulators.yaml#
+    $ref: regulator.yaml#
     unevaluatedProperties: false
     description:
       Properties for the VBUS regulator.
@@ -34,14 +34,14 @@ properties:
 patternProperties:
   "^ldo[1-3]$":
     type: object
-    $ref: regulators.yaml#
+    $ref: regulator.yaml#
     unevaluatedProperties: false
     description:
       Properties for single LDO regulator.
 
   "^usbldo[1-2]$":
     type: object
-    $ref: regulators.yaml#
+    $ref: regulator.yaml#
     unevaluatedProperties: false
     description:
       Properties for a single USBLDO regulator.
-- 
2.35.1


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

* Re: [PATCH] regulator: sm5703: Correct reference to the common regulator schema
  2022-04-29 12:09 [PATCH] regulator: sm5703: Correct reference to the common regulator schema Markuss Broks
@ 2022-04-29 13:39 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2022-04-29 13:39 UTC (permalink / raw)
  To: linux-kernel, markuss.broks, robh+dt, lee.jones
  Cc: krzysztof.kozlowski+dt, lgirdwood, devicetree

On Fri, 29 Apr 2022 15:09:14 +0300, Markuss Broks wrote:
> The correct file name is regulator.yaml, not regulators.yaml.
> 
> 

Applied to

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

Thanks!

[1/1] regulator: sm5703: Correct reference to the common regulator schema
      commit: dc6d04619e62825083926929d88c94c5b6b42670

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

end of thread, other threads:[~2022-04-29 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 12:09 [PATCH] regulator: sm5703: Correct reference to the common regulator schema Markuss Broks
2022-04-29 13:39 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.