Skip to content

Commit be9d090

Browse files
YiChongZhZhengShunQian
authored andcommitted
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>
1 parent 74e98a4 commit be9d090

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm/boot/dts/rk312x-android.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
};
6666
};
6767

68+
&cif_new {
69+
memory-region = <&cma_region>;
70+
};
71+
6872
&dfi {
6973
status = "okay";
7074
};

0 commit comments

Comments
 (0)