mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user