[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240612151314.27967-1-afd@ti.com>
Date: Wed, 12 Jun 2024 10:13:13 -0500
From: Andrew Davis <afd@...com>
To: Daniel Tang <dt.tangr@...il.com>, Rob Herring <robh@...nel.org>,
Krzysztof
Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>
CC: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
Andrew Davis
<afd@...com>
Subject: [PATCH 1/2] ARM: dts: nspire: Add unit name addresses to memory nodes
Fixes the following DTB check warning:
> node has a reg or ranges property, but no unit name
Signed-off-by: Andrew Davis <afd@...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@...00000 {
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@...00000 {
device_type = "memory";
reg = <0x10000000 0x4000000>; /* 64 MB */
};
--
2.39.2
Powered by blists - more mailing lists