From: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> commit b81656c37acf1e682dde02f3e07987784b0f3634 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: b1a792601f26 ("MIPS: Loongson64: DeviceTree for Loongson-2K1000") Cc: stable@xxxxxxxxxxxxxxx Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx> Signed-off-by: Thomas Bogendoerfer <tsbogend@xxxxxxxxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi | 8 -------- 1 file changed, 8 deletions(-) --- a/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi +++ b/arch/mips/boot/dts/loongson/loongson64-2k1000.dtsi @@ -23,14 +23,6 @@ }; }; - memory@200000 { - compatible = "memory"; - device_type = "memory"; - reg = <0x00000000 0x00200000 0x00000000 0x0ee00000>, /* 238 MB at 2 MB */ - <0x00000000 0x20000000 0x00000000 0x1f000000>, /* 496 MB at 512 MB */ - <0x00000001 0x10000000 0x00000001 0xb0000000>; /* 6912 MB at 4352MB */ - }; - cpu_clk: cpu_clk { #clock-cells = <0>; compatible = "fixed-clock"; Patches currently in stable-queue which might be from jiaxun.yang@xxxxxxxxxxx are queue-6.6/mips-loongson64-reset-prioritise-firmware-service.patch queue-6.6/mips-loongson64-remove-memory-node-for-builtin-dtb.patch queue-6.6/mips-ip30-ip30-console-add-missing-include.patch queue-6.6/mips-loongson64-test-register-availability-before-use.patch queue-6.6/platform-mips-cpu_hwmon-disable-driver-on-unsupported-hardware.patch queue-6.6/mips-dts-loongson-add-isa-node.patch queue-6.6/mips-dts-loongson-fix-gmac-phy-node.patch queue-6.6/mips-loongson64-env-hook-up-loongsson-2k.patch