Skip to content

Commit 44963ec

Browse files
FlyGoatsmb49
authored andcommitted
MIPS: Loongson64: Remove memory node for builtin-dtb
BugLink: https://bugs.launchpad.net/bugs/2078428 commit b81656c upstream. 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: [email protected] Signed-off-by: Jiaxun Yang <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Koichiro Den <[email protected]> Signed-off-by: Stefan Bader <[email protected]>
1 parent db0fc1f commit 44963ec

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)