linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91: sama7g5: fix compilation warning
@ 2021-12-20  8:20 Claudiu Beznea
  2022-01-04  8:42 ` Claudiu.Beznea
  0 siblings, 1 reply; 2+ messages in thread
From: Claudiu Beznea @ 2021-12-20  8:20 UTC (permalink / raw)
  To: nicolas.ferre, alexandre.belloni, ludovic.desroches, robh+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel, Claudiu Beznea

Fix the following compilation warning:
"Warning (unit_address_vs_reg): /memory: node has a reg or ranges
property, but no unit name".

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---
 arch/arm/boot/dts/sama7g5.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi
index 8961d2851df3..cc75d0593729 100644
--- a/arch/arm/boot/dts/sama7g5.dtsi
+++ b/arch/arm/boot/dts/sama7g5.dtsi
@@ -108,7 +108,7 @@ map1 {
 	};
 
 	/* 512 M */
-	memory {
+	memory@60000000 {
 		device_type = "memory";
 		reg = <0x60000000 0x20000000>;
 	};
-- 
2.32.0


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

* Re: [PATCH] ARM: dts: at91: sama7g5: fix compilation warning
  2021-12-20  8:20 [PATCH] ARM: dts: at91: sama7g5: fix compilation warning Claudiu Beznea
@ 2022-01-04  8:42 ` Claudiu.Beznea
  0 siblings, 0 replies; 2+ messages in thread
From: Claudiu.Beznea @ 2022-01-04  8:42 UTC (permalink / raw)
  To: Nicolas.Ferre, alexandre.belloni, Ludovic.Desroches, robh+dt
  Cc: linux-arm-kernel, devicetree, linux-kernel

Hi Nicolas,

Please ignore this as it seems it is already integrated on at91-next.

Thank you,
Claudiu Beznea

On 20.12.2021 10:20, Claudiu Beznea wrote:
> Fix the following compilation warning:
> "Warning (unit_address_vs_reg): /memory: node has a reg or ranges
> property, but no unit name".
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
>  arch/arm/boot/dts/sama7g5.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/sama7g5.dtsi b/arch/arm/boot/dts/sama7g5.dtsi
> index 8961d2851df3..cc75d0593729 100644
> --- a/arch/arm/boot/dts/sama7g5.dtsi
> +++ b/arch/arm/boot/dts/sama7g5.dtsi
> @@ -108,7 +108,7 @@ map1 {
>  	};
>  
>  	/* 512 M */
> -	memory {
> +	memory@60000000 {
>  		device_type = "memory";
>  		reg = <0x60000000 0x20000000>;
>  	};


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

end of thread, other threads:[~2022-01-04  8:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20  8:20 [PATCH] ARM: dts: at91: sama7g5: fix compilation warning Claudiu Beznea
2022-01-04  8:42 ` Claudiu.Beznea

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