diff options
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | 1 | ||||
-rw-r--r-- | arch/arm64/boot/dts/hisilicon/hi6220-ion.dtsi | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts index 496a920eced4..8d43a0fce522 100644 --- a/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts +++ b/arch/arm64/boot/dts/hisilicon/hi6220-hikey.dts | |||
@@ -11,7 +11,6 @@ | |||
11 | /memreserve/ 0x05e00000 0x00100000; | 11 | /memreserve/ 0x05e00000 0x00100000; |
12 | 12 | ||
13 | #include "hi6220.dtsi" | 13 | #include "hi6220.dtsi" |
14 | #include "hi6220-ion.dtsi" | ||
15 | 14 | ||
16 | / { | 15 | / { |
17 | model = "HiKey Development Board"; | 16 | model = "HiKey Development Board"; |
diff --git a/arch/arm64/boot/dts/hisilicon/hi6220-ion.dtsi b/arch/arm64/boot/dts/hisilicon/hi6220-ion.dtsi deleted file mode 100644 index c79f2cea314c..000000000000 --- a/arch/arm64/boot/dts/hisilicon/hi6220-ion.dtsi +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
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 | }; | ||