devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: arm: vexpress-config: Update clock and regulator node names
@ 2025-12-15 21:29 Rob Herring (Arm)
  2025-12-16  9:14 ` Sudeep Holla
  2025-12-16 16:41 ` Rob Herring (Arm)
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-12-15 21:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Sudeep Holla,
	Lorenzo Pieralisi, Andre Przywara
  Cc: devicetree, linux-arm-kernel, linux-kernel

The clock and regulator node names were updated to use standard node names,
but the binding wasn't updated.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
 Documentation/devicetree/bindings/arm/vexpress-config.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/arm/vexpress-config.yaml b/Documentation/devicetree/bindings/arm/vexpress-config.yaml
index b74380da3198..41c53e3acc12 100644
--- a/Documentation/devicetree/bindings/arm/vexpress-config.yaml
+++ b/Documentation/devicetree/bindings/arm/vexpress-config.yaml
@@ -103,7 +103,7 @@ required:
   - arm,vexpress,config-bridge
 
 patternProperties:
-  'clk[0-9]*$':
+  '^clock-controller.*$':
     type: object
     description:
       clocks
@@ -137,7 +137,7 @@ patternProperties:
       - arm,vexpress-sysreg,func
       - "#clock-cells"
 
-  "^volt-.+$":
+  "^regulator-.+$":
     $ref: /schemas/regulator/regulator.yaml#
     properties:
       compatible:
@@ -272,7 +272,7 @@ examples:
         compatible = "arm,vexpress,config-bus";
         arm,vexpress,config-bridge = <&v2m_sysreg>;
 
-        clk0 {
+        clock-controller {
             compatible = "arm,vexpress-osc";
             arm,vexpress-sysreg,func = <1 0>;
             #clock-cells = <0>;
-- 
2.51.0


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

* Re: [PATCH] dt-bindings: arm: vexpress-config: Update clock and regulator node names
  2025-12-15 21:29 [PATCH] dt-bindings: arm: vexpress-config: Update clock and regulator node names Rob Herring (Arm)
@ 2025-12-16  9:14 ` Sudeep Holla
  2025-12-16 16:41 ` Rob Herring (Arm)
  1 sibling, 0 replies; 3+ messages in thread
From: Sudeep Holla @ 2025-12-16  9:14 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Lorenzo Pieralisi,
	Andre Przywara, devicetree, linux-arm-kernel, linux-kernel

On Mon, Dec 15, 2025 at 03:29:14PM -0600, Rob Herring (Arm) wrote:
> The clock and regulator node names were updated to use standard node names,
> but the binding wasn't updated.
> 

I assume you will be taking this via your tree itself.

Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>

-- 
Regards,
Sudeep

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

* Re: [PATCH] dt-bindings: arm: vexpress-config: Update clock and regulator node names
  2025-12-15 21:29 [PATCH] dt-bindings: arm: vexpress-config: Update clock and regulator node names Rob Herring (Arm)
  2025-12-16  9:14 ` Sudeep Holla
@ 2025-12-16 16:41 ` Rob Herring (Arm)
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-12-16 16:41 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: Krzysztof Kozlowski, Andre Przywara, Lorenzo Pieralisi,
	linux-arm-kernel, Liviu Dudau, Conor Dooley, linux-kernel,
	devicetree, Sudeep Holla


On Mon, 15 Dec 2025 15:29:14 -0600, Rob Herring (Arm) wrote:
> The clock and regulator node names were updated to use standard node names,
> but the binding wasn't updated.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
> ---
>  Documentation/devicetree/bindings/arm/vexpress-config.yaml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 

Applied, thanks!


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

end of thread, other threads:[~2025-12-16 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 21:29 [PATCH] dt-bindings: arm: vexpress-config: Update clock and regulator node names Rob Herring (Arm)
2025-12-16  9:14 ` Sudeep Holla
2025-12-16 16:41 ` Rob Herring (Arm)

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).