linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema
@ 2020-06-26  8:06 Krzysztof Kozlowski
  2020-06-26 20:31 ` Martin Blumenstingl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-06-26  8:06 UTC (permalink / raw)
  To: linux-kernel
  Cc: devicetree, Kevin Hilman, Krzysztof Kozlowski, Rob Herring,
	linux-amlogic, linux-arm-kernel

Fix dtschema validator warnings like:
     l2-cache-controller@c4200000: $nodename:0:
         'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/boot/dts/meson.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi
index ae89deaa8c9c..91129dc70d83 100644
--- a/arch/arm/boot/dts/meson.dtsi
+++ b/arch/arm/boot/dts/meson.dtsi
@@ -11,7 +11,7 @@
 	#size-cells = <1>;
 	interrupt-parent = <&gic>;
 
-	L2: l2-cache-controller@c4200000 {
+	L2: cache-controller@c4200000 {
 		compatible = "arm,pl310-cache";
 		reg = <0xc4200000 0x1000>;
 		cache-unified;
-- 
2.17.1


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

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

* Re: [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema
  2020-06-26  8:06 [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema Krzysztof Kozlowski
@ 2020-06-26 20:31 ` Martin Blumenstingl
  2020-06-29 23:19 ` Kevin Hilman
  2020-07-07 18:51 ` patchwork-bot+linux-amlogic
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Blumenstingl @ 2020-06-26 20:31 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: devicetree, Kevin Hilman, linux-kernel, Rob Herring,
	linux-amlogic, linux-arm-kernel

Hi Krzysztof,

thank you for this patch!

On Fri, Jun 26, 2020 at 1:59 PM Krzysztof Kozlowski <krzk@kernel.org> wrote:
>
> Fix dtschema validator warnings like:
>      l2-cache-controller@c4200000: $nodename:0:
>          'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>


Best regards,
Martin

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

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

* Re: [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema
  2020-06-26  8:06 [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema Krzysztof Kozlowski
  2020-06-26 20:31 ` Martin Blumenstingl
@ 2020-06-29 23:19 ` Kevin Hilman
  2020-07-07 18:51 ` patchwork-bot+linux-amlogic
  2 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2020-06-29 23:19 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel
  Cc: linux-amlogic, Rob Herring, linux-arm-kernel, devicetree

On Fri, 26 Jun 2020 10:06:26 +0200, Krzysztof Kozlowski wrote:
> Fix dtschema validator warnings like:
>      l2-cache-controller@c4200000: $nodename:0:
>          'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'

Applied, thanks!

[1/1] ARM: dts: meson: Align L2 cache-controller nodename with dtschema
      commit: 54320dcaa2522db3222c02d68b52cfed32a2e95b

Best regards,
-- 
Kevin Hilman <khilman@baylibre.com>

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

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

* Re: [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema
  2020-06-26  8:06 [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema Krzysztof Kozlowski
  2020-06-26 20:31 ` Martin Blumenstingl
  2020-06-29 23:19 ` Kevin Hilman
@ 2020-07-07 18:51 ` patchwork-bot+linux-amlogic
  2 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-amlogic @ 2020-07-07 18:51 UTC (permalink / raw)
  To: Krzysztof Kozlowski; +Cc: linux-amlogic, khilman

Hello:

This patch was applied to khilman/linux-amlogic.git (refs/heads/for-next).

On Fri, 26 Jun 2020 10:06:26 +0200 you wrote:
> Fix dtschema validator warnings like:
>      l2-cache-controller@c4200000: $nodename:0:
>          'l2-cache-controller@c4200000' does not match '^(cache-controller|cpu)(@[0-9a-f,]+)*$'
> 
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  arch/arm/boot/dts/meson.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Here is a summary with links:
  - ARM: dts: meson: Align L2 cache-controller nodename with dtschema
    https://git.kernel.org/khilman/linux-amlogic/c/54320dcaa2522db3222c02d68b52cfed32a2e95b

You are awesome, thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/pwbot

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

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

end of thread, other threads:[~2020-07-07 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-26  8:06 [PATCH] ARM: dts: meson: Align L2 cache-controller nodename with dtschema Krzysztof Kozlowski
2020-06-26 20:31 ` Martin Blumenstingl
2020-06-29 23:19 ` Kevin Hilman
2020-07-07 18:51 ` patchwork-bot+linux-amlogic

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