Skip to content

Commit af88df1

Browse files
glneokrzk
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 9971482 commit af88df1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/nspire/nspire-classic.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
};
5656

5757
/ {
58-
memory {
58+
memory@10000000 {
5959
device_type = "memory";
6060
reg = <0x10000000 0x2000000>; /* 32 MB */
6161
};

arch/arm/boot/dts/nspire/nspire-cx.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
model = "TI-NSPIRE CX";
123123
compatible = "ti,nspire-cx";
124124

125-
memory {
125+
memory@10000000 {
126126
device_type = "memory";
127127
reg = <0x10000000 0x4000000>; /* 64 MB */
128128
};

0 commit comments

Comments
 (0)