mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ARM: dts: rockchip: rk312x-android: add ion node
Support cma use reserved memory region. Change-Id: I4675a30ab3b4440245bab32c3d0ee20d615eda5d Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
@@ -123,7 +123,11 @@
|
||||
#size-cells = <1>;
|
||||
ranges;
|
||||
|
||||
ramoops_mem: ramoops@00000000 {
|
||||
cma_region: region@6a000000 {
|
||||
reg = <0x6a000000 0x1000000>;
|
||||
};
|
||||
|
||||
ramoops_mem: ramoops@68000000 {
|
||||
reg = <0x68000000 0xf0000>;
|
||||
};
|
||||
|
||||
@@ -133,6 +137,17 @@
|
||||
};
|
||||
};
|
||||
|
||||
ion {
|
||||
compatible = "rockchip,ion";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
memory-region = <&cma_region>;
|
||||
|
||||
cma-heap {
|
||||
};
|
||||
};
|
||||
|
||||
ramoops {
|
||||
compatible = "ramoops";
|
||||
record-size = <0x0 0x20000>;
|
||||
|
||||
Reference in New Issue
Block a user