Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1689830 > unrolled thread
| Started by | Icenowy Zheng <icenowy@aosc.io> |
|---|---|
| First post | 2017-07-18 09:40 +0200 |
| Last post | 2017-07-24 20:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] dt-bindings: add compatible string of Allwinner H5 Mali-450 MP4 GPU Icenowy Zheng <icenowy@aosc.io> - 2017-07-18 09:40 +0200
Re: [PATCH] dt-bindings: add compatible string of Allwinner H5 Mali-450 MP4 GPU Rob Herring <robh@kernel.org> - 2017-07-24 20:00 +0200
| From | Icenowy Zheng <icenowy@aosc.io> |
|---|---|
| Date | 2017-07-18 09:40 +0200 |
| Subject | [PATCH] dt-bindings: add compatible string of Allwinner H5 Mali-450 MP4 GPU |
| Message-ID | <u4vgT-7Vc-33@gated-at.bofh.it> |
Allwinner H5 has a Mali-450 MP4 GPU, which has a reset line like other
Allwinner SoCs with Mali Utgard, but it's a Mali-450, so it needs a new
compatible.
Add the new compatible to Mali Utgard binding document.
Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
---
Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt
index 2b6243e730f6..b4ebd56d03f3 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt
@@ -10,6 +10,7 @@ Required properties:
* And, optionally, one of the vendor specific compatible:
+ allwinner,sun4i-a10-mali
+ allwinner,sun7i-a20-mali
+ + allwinner,sun50i-h5-mali
+ amlogic,meson-gxbb-mali
+ amlogic,meson-gxl-mali
+ stericsson,db8500-mali
@@ -58,6 +59,10 @@ to specify one more vendor-specific compatible, among:
Required properties:
* resets: phandle to the reset line for the GPU
+ - allwinner,sun50i-h5-mali
+ Required properties:
+ * resets: phandle to the reset line for the GPU
+
- stericsson,db8500-mali
Required properties:
* interrupt-names and interrupts:
--
2.13.0
[toc] | [next] | [standalone]
| From | Rob Herring <robh@kernel.org> |
|---|---|
| Date | 2017-07-24 20:00 +0200 |
| Subject | Re: [PATCH] dt-bindings: add compatible string of Allwinner H5 Mali-450 MP4 GPU |
| Message-ID | <u6POa-8bd-11@gated-at.bofh.it> |
| In reply to | #1689830 |
On Tue, Jul 18, 2017 at 03:33:29PM +0800, Icenowy Zheng wrote: > Allwinner H5 has a Mali-450 MP4 GPU, which has a reset line like other > Allwinner SoCs with Mali Utgard, but it's a Mali-450, so it needs a new > compatible. > > Add the new compatible to Mali Utgard binding document. > > Signed-off-by: Icenowy Zheng <icenowy@aosc.io> > --- > Documentation/devicetree/bindings/gpu/arm,mali-utgard.txt | 5 +++++ > 1 file changed, 5 insertions(+) Applied, thanks. Rob
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web