mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rv1126: reserve 104MiB cma region for rkisp
Reserve 104MiB cma region for rkisp. Change-Id: If86947071dc0b11ee70c23d7bf62e200e48214cb Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -277,6 +277,12 @@
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
isp_reserved: isp {
|
||||
compatible = "shared-dma-pool";
|
||||
reusable;
|
||||
size = <0x6800000>;
|
||||
};
|
||||
|
||||
ramoops: ramoops@8000000 {
|
||||
compatible = "ramoops";
|
||||
reg = <0x8000000 0x100000>;
|
||||
@@ -1586,7 +1592,8 @@
|
||||
assigned-clocks = <&cru ACLK_ISP>, <&cru HCLK_ISP>;
|
||||
assigned-clock-rates = <500000000>, <250000000>;
|
||||
power-domains = <&power RV1126_PD_VI>;
|
||||
iommus = <&rkisp_mmu>;
|
||||
/* iommus = <&rkisp_mmu>; */
|
||||
memory-region = <&isp_reserved>;
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user