ARM: dts: rockchip: rv1106: delete reserved-memory node

With a patch to unselect DMA_CMA, the 'reserved-memory' node will not
effect and shows a log at booting up:

[    0.000000] memblock_reserve: [0x07800000-0x07ffffff] fdt_init_reserved_mem+0x1d1/0x298
[    0.000000] OF: reserved mem: node linux,cma compatible matching fail
[    0.000000] memblock_free: [0x07800000-0x07ffffff] fdt_init_reserved_mem+0x203/0x298

Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
Change-Id: I783a3c9f1fc7d26d5f5db1f297f17caab5627a57
This commit is contained in:
Jianqun Xu
2022-03-28 09:59:28 +08:00
committed by Tao Huang
parent 67e0f49d56
commit 425f0d2c86

View File

@@ -121,20 +121,6 @@
status = "disabled";
};
reserved-memory {
#address-cells = <1>;
#size-cells = <1>;
ranges;
linux,cma {
compatible = "shared-dma-pool";
inactive;
reusable;
size = <0x800000>;
linux,cma-default;
};
};
rkcif_dvp: rkcif-dvp {
compatible = "rockchip,rkcif-dvp";
rockchip,hw = <&rkcif>;