Skip to content

Commit b81656c

Browse files
FlyGoattsbogend
authored andcommitted
MIPS: Loongson64: Remove memory node for builtin-dtb
Builtin DTBS should never contain memory node as memory is going to be managed by LEFI interface. Remove memory node to prevent confliction. Fixes: b1a7926 ("MIPS: Loongson64: DeviceTree for Loongson-2K1000") Cc: stable@vger.kernel.org Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
1 parent f5e9d56 commit b81656c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,6 @@
2323
};
2424
};
2525

26-
memory@200000 {
27-
compatible = "memory";
28-
device_type = "memory";
29-
reg = <0x00000000 0x00200000 0x00000000 0x0ee00000>, /* 238 MB at 2 MB */
30-
<0x00000000 0x20000000 0x00000000 0x1f000000>, /* 496 MB at 512 MB */
31-
<0x00000001 0x10000000 0x00000001 0xb0000000>; /* 6912 MB at 4352MB */
32-
};
33-
3426
cpu_clk: cpu_clk {
3527
#clock-cells = <0>;
3628
compatible = "fixed-clock";

0 commit comments

Comments
 (0)