mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
ARM: dts: rk3228: add ion node
Add ion node, with two memory reserved region, cma-heap and system-heap Change-Id: Ic6c4da56e0c608135653f901f37adfed7bc7cb15 Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
1ec4e2b4f1
commit
7be89ff81f
@@ -115,6 +115,23 @@
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
rockchip_ion: rockchip-ion {
|
||||
compatible = "rockchip,ion";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
ion_cma: cma-heap {
|
||||
compatible = "rockchip,ion-heap";
|
||||
status = "disabled";
|
||||
rockchip,ion_heap = <4>;
|
||||
reg = <0x10000000 0x08000000>; /* 128 MB */
|
||||
};
|
||||
system_heap: system-heap {
|
||||
compatible = "rockchip,ion-heap";
|
||||
rockchip,ion_heap = <0>;
|
||||
};
|
||||
};
|
||||
|
||||
rockchip_clocks_init: clocks-init{
|
||||
compatible = "rockchip,clocks-init";
|
||||
rockchip,clocks-init-parent =
|
||||
|
||||
Reference in New Issue
Block a user