linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names
@ 2025-12-16 19:12 Rob Herring (Arm)
  2025-12-17 14:21 ` Liviu Dudau
  2025-12-22 10:05 ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Rob Herring (Arm) @ 2025-12-16 19:12 UTC (permalink / raw)
  To: soc, Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Sudeep Holla,
	Lorenzo Pieralisi
  Cc: devicetree, linux-arm-kernel, linux-kernel

Update the arm,vexpress,config-bus child node names to use the
documented ones. Most of these were updated a while back, but I missed
these.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
---
SoC maintainers may want to take this directly?

 arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
index 158b3923eae3..248b8e492d43 100644
--- a/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
+++ b/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
@@ -420,7 +420,7 @@ mcc {
 					compatible = "arm,vexpress,config-bus";
 					arm,vexpress,config-bridge = <&v2m_sysreg>;
 
-					oscclk0 {
+					clock-controller-0 {
 						/* MCC static memory clock */
 						compatible = "arm,vexpress-osc";
 						arm,vexpress-sysreg,func = <1 0>;
@@ -429,7 +429,7 @@ oscclk0 {
 						clock-output-names = "v2m:oscclk0";
 					};
 
-					v2m_oscclk1: oscclk1 {
+					v2m_oscclk1: clock-controller-1 {
 						/* CLCD clock */
 						compatible = "arm,vexpress-osc";
 						arm,vexpress-sysreg,func = <1 1>;
@@ -438,7 +438,7 @@ v2m_oscclk1: oscclk1 {
 						clock-output-names = "v2m:oscclk1";
 					};
 
-					v2m_oscclk2: oscclk2 {
+					v2m_oscclk2: clock-controller-2 {
 						/* IO FPGA peripheral clock */
 						compatible = "arm,vexpress-osc";
 						arm,vexpress-sysreg,func = <1 2>;
@@ -447,7 +447,7 @@ v2m_oscclk2: oscclk2 {
 						clock-output-names = "v2m:oscclk2";
 					};
 
-					volt-vio {
+					regulator-vio {
 						/* Logic level voltage */
 						compatible = "arm,vexpress-volt";
 						arm,vexpress-sysreg,func = <2 0>;
-- 
2.51.0



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

* Re: [PATCH] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names
  2025-12-16 19:12 [PATCH] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names Rob Herring (Arm)
@ 2025-12-17 14:21 ` Liviu Dudau
  2025-12-22 10:05 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Liviu Dudau @ 2025-12-17 14:21 UTC (permalink / raw)
  To: Rob Herring (Arm)
  Cc: soc, Krzysztof Kozlowski, Conor Dooley, Sudeep Holla,
	Lorenzo Pieralisi, devicetree, linux-arm-kernel, linux-kernel

On Tue, Dec 16, 2025 at 01:12:12PM -0600, Rob Herring (Arm) wrote:
> Update the arm,vexpress,config-bus child node names to use the
> documented ones. Most of these were updated a while back, but I missed
> these.
> 
> Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

Reviewed-by: Liviu Dudau <liviu.dudau@arm.com>

Best regards,
Liviu

> ---
> SoC maintainers may want to take this directly?
> 
>  arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi b/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
> index 158b3923eae3..248b8e492d43 100644
> --- a/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
> +++ b/arch/arm/boot/dts/arm/vexpress-v2m-rs1.dtsi
> @@ -420,7 +420,7 @@ mcc {
>  					compatible = "arm,vexpress,config-bus";
>  					arm,vexpress,config-bridge = <&v2m_sysreg>;
>  
> -					oscclk0 {
> +					clock-controller-0 {
>  						/* MCC static memory clock */
>  						compatible = "arm,vexpress-osc";
>  						arm,vexpress-sysreg,func = <1 0>;
> @@ -429,7 +429,7 @@ oscclk0 {
>  						clock-output-names = "v2m:oscclk0";
>  					};
>  
> -					v2m_oscclk1: oscclk1 {
> +					v2m_oscclk1: clock-controller-1 {
>  						/* CLCD clock */
>  						compatible = "arm,vexpress-osc";
>  						arm,vexpress-sysreg,func = <1 1>;
> @@ -438,7 +438,7 @@ v2m_oscclk1: oscclk1 {
>  						clock-output-names = "v2m:oscclk1";
>  					};
>  
> -					v2m_oscclk2: oscclk2 {
> +					v2m_oscclk2: clock-controller-2 {
>  						/* IO FPGA peripheral clock */
>  						compatible = "arm,vexpress-osc";
>  						arm,vexpress-sysreg,func = <1 2>;
> @@ -447,7 +447,7 @@ v2m_oscclk2: oscclk2 {
>  						clock-output-names = "v2m:oscclk2";
>  					};
>  
> -					volt-vio {
> +					regulator-vio {
>  						/* Logic level voltage */
>  						compatible = "arm,vexpress-volt";
>  						arm,vexpress-sysreg,func = <2 0>;
> -- 
> 2.51.0
> 


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

* Re: [PATCH] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names
  2025-12-16 19:12 [PATCH] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names Rob Herring (Arm)
  2025-12-17 14:21 ` Liviu Dudau
@ 2025-12-22 10:05 ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2025-12-22 10:05 UTC (permalink / raw)
  To: soc, Krzysztof Kozlowski, Conor Dooley, Liviu Dudau, Sudeep Holla,
	Lorenzo Pieralisi, Rob Herring (Arm)
  Cc: devicetree, linux-arm-kernel, linux-kernel


On Tue, 16 Dec 2025 13:12:12 -0600, Rob Herring (Arm) wrote:
> Update the arm,vexpress,config-bus child node names to use the
> documented ones. Most of these were updated a while back, but I missed
> these.
> 
> 

Applied, thanks!

[1/1] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names
      https://git.kernel.org/krzk/linux-dt/c/7dd84bbec273345bd5735f6917b93eb2a7d9c0c3

Best regards,
-- 
Krzysztof Kozlowski <krzk@kernel.org>



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

end of thread, other threads:[~2025-12-22 10:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-16 19:12 [PATCH] ARM: dts: vexpress/v2m-rs1: Use documented arm,vexpress,config-bus child node names Rob Herring (Arm)
2025-12-17 14:21 ` Liviu Dudau
2025-12-22 10:05 ` Krzysztof Kozlowski

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