mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: dts: nspire: Add unit name addresses to memory nodes
@ 2024-06-12 15:13 Andrew Davis
  2024-06-12 15:13 ` [PATCH 2/2] ARM: dts: nspire: Add full compatible for watchdog node Andrew Davis
  2024-06-23 12:21 ` [PATCH 1/2] ARM: dts: nspire: Add unit name addresses to memory nodes Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Andrew Davis @ 2024-06-12 15:13 UTC (permalink / raw)
  To: Daniel Tang, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: devicetree, linux-kernel, Andrew Davis

Fixes the following DTB check warning:

> node has a reg or ranges property, but no unit name

Signed-off-by: Andrew Davis <afd@ti.com>
---
 arch/arm/boot/dts/nspire/nspire-classic.dtsi | 2 +-
 arch/arm/boot/dts/nspire/nspire-cx.dts       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/nspire/nspire-classic.dtsi b/arch/arm/boot/dts/nspire/nspire-classic.dtsi
index a6e9cbf51524d..0ee53d3ecd542 100644
--- a/arch/arm/boot/dts/nspire/nspire-classic.dtsi
+++ b/arch/arm/boot/dts/nspire/nspire-classic.dtsi
@@ -55,7 +55,7 @@ &vbus_reg {
 };
 
 / {
-	memory {
+	memory@10000000 {
 		device_type = "memory";
 		reg = <0x10000000 0x2000000>; /* 32 MB */
 	};
diff --git a/arch/arm/boot/dts/nspire/nspire-cx.dts b/arch/arm/boot/dts/nspire/nspire-cx.dts
index 29f0181e5b385..debeff0ec010f 100644
--- a/arch/arm/boot/dts/nspire/nspire-cx.dts
+++ b/arch/arm/boot/dts/nspire/nspire-cx.dts
@@ -122,7 +122,7 @@ / {
 	model = "TI-NSPIRE CX";
 	compatible = "ti,nspire-cx";
 
-	memory {
+	memory@10000000 {
 		device_type = "memory";
 		reg = <0x10000000 0x4000000>; /* 64 MB */
 	};
-- 
2.39.2


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

end of thread, other threads:[~2024-06-23 12:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12 15:13 [PATCH 1/2] ARM: dts: nspire: Add unit name addresses to memory nodes Andrew Davis
2024-06-12 15:13 ` [PATCH 2/2] ARM: dts: nspire: Add full compatible for watchdog node Andrew Davis
2024-06-23 12:21 ` [PATCH 1/2] ARM: dts: nspire: Add unit name addresses to memory nodes Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®