All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: juno: align pl330 node name with dtschema
@ 2022-01-29 17:56 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-29 17:56 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Rob Herring,
	linux-arm-kernel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Fixes dtbs_check warning:

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm64/boot/dts/arm/juno-base.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
index 6288e104a089..af499049cb00 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -672,7 +672,7 @@ smmu_usb: iommu@7fb30000 {
 		dma-coherent;
 	};
 
-	dma@7ff00000 {
+	dma-controller@7ff00000 {
 		compatible = "arm,pl330", "arm,primecell";
 		reg = <0x0 0x7ff00000 0 0x1000>;
 		#dma-cells = <1>;
-- 
2.32.0


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

* [PATCH] arm64: dts: juno: align pl330 node name with dtschema
@ 2022-01-29 17:56 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-01-29 17:56 UTC (permalink / raw)
  To: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Rob Herring,
	linux-arm-kernel, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski

Fixes dtbs_check warning:

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
---
 arch/arm64/boot/dts/arm/juno-base.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/arm/juno-base.dtsi b/arch/arm64/boot/dts/arm/juno-base.dtsi
index 6288e104a089..af499049cb00 100644
--- a/arch/arm64/boot/dts/arm/juno-base.dtsi
+++ b/arch/arm64/boot/dts/arm/juno-base.dtsi
@@ -672,7 +672,7 @@ smmu_usb: iommu@7fb30000 {
 		dma-coherent;
 	};
 
-	dma@7ff00000 {
+	dma-controller@7ff00000 {
 		compatible = "arm,pl330", "arm,primecell";
 		reg = <0x0 0x7ff00000 0 0x1000>;
 		#dma-cells = <1>;
-- 
2.32.0


_______________________________________________
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] 6+ messages in thread

* Re: [PATCH] arm64: dts: juno: align pl330 node name with dtschema
  2022-01-29 17:56 ` Krzysztof Kozlowski
@ 2022-03-07 18:29   ` Sudeep Holla
  -1 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2022-03-07 18:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Rob Herring,
	linux-arm-kernel, devicetree, linux-kernel

On Sat, Jan 29, 2022 at 06:56:21PM +0100, Krzysztof Kozlowski wrote:
> Fixes dtbs_check warning:
> 
>   dma@7ff00000: $nodename:0: 'dma@7ff00000' does not match '^dma-controller(@.*)?$'
>

Sorry for the delay, obviously I missed this. Looks fine for me.
I see you have already sent pull request which is good as I don't
have any other juno DTS patch at the moment.

Just in case it helps SoC team to pull you PR,

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

--
Regards,
Sudeep

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

* Re: [PATCH] arm64: dts: juno: align pl330 node name with dtschema
@ 2022-03-07 18:29   ` Sudeep Holla
  0 siblings, 0 replies; 6+ messages in thread
From: Sudeep Holla @ 2022-03-07 18:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Liviu Dudau, Sudeep Holla, Lorenzo Pieralisi, Rob Herring,
	linux-arm-kernel, devicetree, linux-kernel

On Sat, Jan 29, 2022 at 06:56:21PM +0100, Krzysztof Kozlowski wrote:
> Fixes dtbs_check warning:
> 
>   dma@7ff00000: $nodename:0: 'dma@7ff00000' does not match '^dma-controller(@.*)?$'
>

Sorry for the delay, obviously I missed this. Looks fine for me.
I see you have already sent pull request which is good as I don't
have any other juno DTS patch at the moment.

Just in case it helps SoC team to pull you PR,

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

--
Regards,
Sudeep

_______________________________________________
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] 6+ messages in thread

* Re: [PATCH] arm64: dts: juno: align pl330 node name with dtschema
  2022-03-07 18:29   ` Sudeep Holla
@ 2022-03-07 18:30     ` Krzysztof Kozlowski
  -1 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-07 18:30 UTC (permalink / raw)
  To: Sudeep Holla
  Cc: Liviu Dudau, Lorenzo Pieralisi, Rob Herring, linux-arm-kernel,
	devicetree, linux-kernel

On 07/03/2022 19:29, Sudeep Holla wrote:
> On Sat, Jan 29, 2022 at 06:56:21PM +0100, Krzysztof Kozlowski wrote:
>> Fixes dtbs_check warning:
>>
>>   dma@7ff00000: $nodename:0: 'dma@7ff00000' does not match '^dma-controller(@.*)?$'
>>
> 
> Sorry for the delay, obviously I missed this. Looks fine for me.
> I see you have already sent pull request which is good as I don't
> have any other juno DTS patch at the moment.
> 
> Just in case it helps SoC team to pull you PR,
> 
> Acked-by: Sudeep Holla <sudeep.holla@arm.com>
> 

Thanks!


Best regards,
Krzysztof

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

* Re: [PATCH] arm64: dts: juno: align pl330 node name with dtschema
@ 2022-03-07 18:30     ` Krzysztof Kozlowski
  0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-03-07 18:30 UTC (permalink / raw)
  To: Sudeep Holla
  Cc: Liviu Dudau, Lorenzo Pieralisi, Rob Herring, linux-arm-kernel,
	devicetree, linux-kernel

On 07/03/2022 19:29, Sudeep Holla wrote:
> On Sat, Jan 29, 2022 at 06:56:21PM +0100, Krzysztof Kozlowski wrote:
>> Fixes dtbs_check warning:
>>
>>   dma@7ff00000: $nodename:0: 'dma@7ff00000' does not match '^dma-controller(@.*)?$'
>>
> 
> Sorry for the delay, obviously I missed this. Looks fine for me.
> I see you have already sent pull request which is good as I don't
> have any other juno DTS patch at the moment.
> 
> Just in case it helps SoC team to pull you PR,
> 
> Acked-by: Sudeep Holla <sudeep.holla@arm.com>
> 

Thanks!


Best regards,
Krzysztof

_______________________________________________
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] 6+ messages in thread

end of thread, other threads:[~2022-03-07 18:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-29 17:56 [PATCH] arm64: dts: juno: align pl330 node name with dtschema Krzysztof Kozlowski
2022-01-29 17:56 ` Krzysztof Kozlowski
2022-03-07 18:29 ` Sudeep Holla
2022-03-07 18:29   ` Sudeep Holla
2022-03-07 18:30   ` Krzysztof Kozlowski
2022-03-07 18:30     ` 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.