All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stih418: align OPP table names with DT schema
@ 2023-01-20  7:21 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-20  7:21 UTC (permalink / raw)
  To: Patrice Chotard, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

DT schema expects names of operating points tables to match certain
pattern:

  stih418-b2264.dtb: opp_table: $nodename:0: 'opp_table' does not match '^opp-table(-[a-z0-9]+)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/stih418-b2264.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/stih418-b2264.dts b/arch/arm/boot/dts/stih418-b2264.dts
index 34a518b037ab..fc32a03073b6 100644
--- a/arch/arm/boot/dts/stih418-b2264.dts
+++ b/arch/arm/boot/dts/stih418-b2264.dts
@@ -42,7 +42,7 @@ cpu@3 {
 		};
 	};
 
-	cpu_opp_table: opp_table {
+	cpu_opp_table: opp-table {
 		compatible = "operating-points-v2";
 		opp-shared;
 
-- 
2.34.1


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

* [PATCH] ARM: dts: stih418: align OPP table names with DT schema
@ 2023-01-20  7:21 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-20  7:21 UTC (permalink / raw)
  To: Patrice Chotard, Rob Herring, Krzysztof Kozlowski,
	linux-arm-kernel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

DT schema expects names of operating points tables to match certain
pattern:

  stih418-b2264.dtb: opp_table: $nodename:0: 'opp_table' does not match '^opp-table(-[a-z0-9]+)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm/boot/dts/stih418-b2264.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/stih418-b2264.dts b/arch/arm/boot/dts/stih418-b2264.dts
index 34a518b037ab..fc32a03073b6 100644
--- a/arch/arm/boot/dts/stih418-b2264.dts
+++ b/arch/arm/boot/dts/stih418-b2264.dts
@@ -42,7 +42,7 @@ cpu@3 {
 		};
 	};
 
-	cpu_opp_table: opp_table {
+	cpu_opp_table: opp-table {
 		compatible = "operating-points-v2";
 		opp-shared;
 
-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] ARM: dts: stih418: align OPP table names with DT schema
  2023-01-20  7:21 ` Krzysztof Kozlowski
@ 2023-01-26 10:25   ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-26 10:25 UTC (permalink / raw)
  To: linux-kernel, devicetree, Krzysztof Kozlowski, Rob Herring,
	linux-arm-kernel, Krzysztof Kozlowski, Patrice Chotard

On Fri, 20 Jan 2023 08:21:10 +0100, Krzysztof Kozlowski wrote:
> DT schema expects names of operating points tables to match certain
> pattern:
> 
>   stih418-b2264.dtb: opp_table: $nodename:0: 'opp_table' does not match '^opp-table(-[a-z0-9]+)?$'
> 
> 

Applied, thanks!

[1/1] ARM: dts: stih418: align OPP table names with DT schema
      https://git.kernel.org/krzk/linux-dt/c/d2468138927cc18ac9923146d49e2a5d06377d1d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

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

* Re: [PATCH] ARM: dts: stih418: align OPP table names with DT schema
@ 2023-01-26 10:25   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2023-01-26 10:25 UTC (permalink / raw)
  To: linux-kernel, devicetree, Krzysztof Kozlowski, Rob Herring,
	linux-arm-kernel, Krzysztof Kozlowski, Patrice Chotard

On Fri, 20 Jan 2023 08:21:10 +0100, Krzysztof Kozlowski wrote:
> DT schema expects names of operating points tables to match certain
> pattern:
> 
>   stih418-b2264.dtb: opp_table: $nodename:0: 'opp_table' does not match '^opp-table(-[a-z0-9]+)?$'
> 
> 

Applied, thanks!

[1/1] ARM: dts: stih418: align OPP table names with DT schema
      https://git.kernel.org/krzk/linux-dt/c/d2468138927cc18ac9923146d49e2a5d06377d1d

Best regards,
-- 
Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2023-01-26 10:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-20  7:21 [PATCH] ARM: dts: stih418: align OPP table names with DT schema Krzysztof Kozlowski
2023-01-20  7:21 ` Krzysztof Kozlowski
2023-01-26 10:25 ` Krzysztof Kozlowski
2023-01-26 10:25   ` Krzysztof Kozlowski

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.