linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RESEND PATCH] riscv: dts: sifive: fu540-c000: align dma node name with dtschema
@ 2022-04-07 19:38 Krzysztof Kozlowski
  2022-04-26  7:56 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-07 19:38 UTC (permalink / raw)
  To: Rob Herring, Krzysztof Kozlowski, Paul Walmsley, Palmer Dabbelt,
	Albert Ou, devicetree, linux-riscv, linux-kernel
  Cc: Krzysztof Kozlowski

From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Fixes dtbs_check warnings like:

  dma@3000000: $nodename:0: 'dma@3000000' does not match '^dma-controller(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/riscv/boot/dts/sifive/fu540-c000.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
index aad45d7f498f..5c638fd5b35c 100644
--- a/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
+++ b/arch/riscv/boot/dts/sifive/fu540-c000.dtsi
@@ -167,7 +167,7 @@ uart0: serial@10010000 {
 			clocks = <&prci FU540_PRCI_CLK_TLCLK>;
 			status = "disabled";
 		};
-		dma: dma@3000000 {
+		dma: dma-controller@3000000 {
 			compatible = "sifive,fu540-c000-pdma";
 			reg = <0x0 0x3000000 0x0 0x8000>;
 			interrupt-parent = <&plic0>;
-- 
2.32.0


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

* Re: [RESEND PATCH] riscv: dts: sifive: fu540-c000: align dma node name with dtschema
  2022-04-07 19:38 [RESEND PATCH] riscv: dts: sifive: fu540-c000: align dma node name with dtschema Krzysztof Kozlowski
@ 2022-04-26  7:56 ` Krzysztof Kozlowski
  2022-05-19 18:49   ` Palmer Dabbelt
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Kozlowski @ 2022-04-26  7:56 UTC (permalink / raw)
  To: Palmer Dabbelt, devicetree, linux-riscv, linux-kernel
  Cc: Krzysztof Kozlowski, Paul Walmsley, Krzysztof Kozlowski,
	Albert Ou, Rob Herring

On 07/04/2022 21:38, Krzysztof Kozlowski wrote:
> From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
> 
> Fixes dtbs_check warnings like:
> 
>   dma@3000000: $nodename:0: 'dma@3000000' does not match '^dma-controller(@.*)?$'
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>

Hi Palmer,

I already resent this patch, pinged. Can you pick it up?

Best regards,
Krzysztof

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

* Re: [RESEND PATCH] riscv: dts: sifive: fu540-c000: align dma node name with dtschema
  2022-04-26  7:56 ` Krzysztof Kozlowski
@ 2022-05-19 18:49   ` Palmer Dabbelt
  0 siblings, 0 replies; 3+ messages in thread
From: Palmer Dabbelt @ 2022-05-19 18:49 UTC (permalink / raw)
  To: krzysztof.kozlowski
  Cc: devicetree, linux-riscv, linux-kernel, krzysztof.kozlowski,
	Paul Walmsley, krzysztof.kozlowski+dt, aou, robh+dt

On Tue, 26 Apr 2022 00:56:39 PDT (-0700), krzysztof.kozlowski@linaro.org wrote:
> On 07/04/2022 21:38, Krzysztof Kozlowski wrote:
>> From: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>>
>> Fixes dtbs_check warnings like:
>>
>>   dma@3000000: $nodename:0: 'dma@3000000' does not match '^dma-controller(@.*)?$'
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
>
> Hi Palmer,
>
> I already resent this patch, pinged. Can you pick it up?

Sorry I missed this, it's on fixes.

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

end of thread, other threads:[~2022-05-19 18:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-07 19:38 [RESEND PATCH] riscv: dts: sifive: fu540-c000: align dma node name with dtschema Krzysztof Kozlowski
2022-04-26  7:56 ` Krzysztof Kozlowski
2022-05-19 18:49   ` Palmer Dabbelt

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