Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1509429
| From | Benjamin Gaignard <benjamin.gaignard@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/3] add STIH4xx ION driver in DT |
| Date | 2016-10-26 15:40 +0200 |
| Message-ID | <swwAV-4k7-19@gated-at.bofh.it> (permalink) |
| References | <swwAV-4k7-17@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Very simple and limited to one heap for contiguous memory allocation
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org>
---
arch/arm/boot/dts/stih407-family.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/arch/arm/boot/dts/stih407-family.dtsi b/arch/arm/boot/dts/stih407-family.dtsi
index 91096a4..7bc1f17 100644
--- a/arch/arm/boot/dts/stih407-family.dtsi
+++ b/arch/arm/boot/dts/stih407-family.dtsi
@@ -1007,4 +1007,11 @@
status = "disabled";
};
};
+
+ sti_ion {
+ compatible = "st,sti-ion";
+ ion_cma {
+ compatible = "st,cma";
+ };
+ };
};
--
1.9.1
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 3/3] add STIH4xx ION driver in DT Benjamin Gaignard <benjamin.gaignard@linaro.org> - 2016-10-26 15:40 +0200
csiph-web