Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: Add dts files to enable ION on Hi6220 SoC.

Add ION node to enable ION on hi6220 SoC platform

Signed-off-by: Chen Feng <puck.chen@hisilicon.com>
Signed-off-by: Yu Dongbin <yudongbin@hisilicon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Chen Feng and committed by
Greg Kroah-Hartman
59dfafd0 2b40182a

+21
+1
arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts
··· 11 11 /memreserve/ 0x05e00000 0x00100000; 12 12 13 13 #include "hi6220.dtsi" 14 + #include "hi6220-ion.dtsi" 14 15 15 16 / { 16 17 model = "HiKey Development Board";
+20
arch/arm64/boot/dts/hisilicon/hi6220-ion.dtsi
··· 1 + / { 2 + hi6220-ion { 3 + compatible = "hisilicon,hi6220-ion"; 4 + heap_sys_user@0 { 5 + heap-name = "sys_user"; 6 + heap-id = <0x0>; 7 + heap-base = <0x0>; 8 + heap-size = <0x0>; 9 + heap-type = "ion_system"; 10 + }; 11 + heap_sys_contig@0 { 12 + heap-name = "sys_contig"; 13 + heap-id = <0x1>; 14 + heap-base = <0x0>; 15 + heap-size = <0x0>; 16 + heap-type = "ion_system_contig"; 17 + }; 18 + }; 19 + 20 + };