mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 06:25:52 +02:00
arm: dts: rockchip: rk312x: add cma_region reference for CIF
Because rk312x CIF has no IOMMU and it should use CMA memory, adding the cma_region reference for CIF, so that it could get the CMA memory from our reserved CMA region other than from system default CMA region. Change-Id: I7a52abce75a2a82d3068721ddbb10ed89796ac2a Signed-off-by: Zhong Yichong <zyc@rock-chips.com>
This commit is contained in:
parent
5b498b9947
commit
a0568cbcb7
|
|
@ -65,6 +65,10 @@ ramoops {
|
|||
};
|
||||
};
|
||||
|
||||
&cif_new {
|
||||
memory-region = <&cma_region>;
|
||||
};
|
||||
|
||||
&dfi {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user