diff options
author | Clément Péron <peron.clem@gmail.com> | 2019-05-21 12:11:00 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-05-22 16:48:30 -0400 |
commit | 3b1d715dc2edda1efa590fdf7cf9731501d4a44f (patch) | |
tree | c14e9bc40b60f12c4b620d541c1a6c20338d3ab1 | |
parent | 374ed5429346a021c8e2d26fafce14c5b15dedd0 (diff) |
dt-bindings: gpu: mali-midgard: Add H6 mali gpu compatible
This add the H6 mali compatible in the dt-bindings to later support
specific implementation.
Signed-off-by: Clément Péron <peron.clem@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20190521161102.29620-5-peron.clem@gmail.com
-rw-r--r-- | Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt index 2658b8ec1d83..e5ad3b2afe17 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt +++ b/Documentation/devicetree/bindings/gpu/arm,mali-midgard.txt | |||
@@ -15,6 +15,7 @@ Required properties: | |||
15 | + "arm,mali-t860" | 15 | + "arm,mali-t860" |
16 | + "arm,mali-t880" | 16 | + "arm,mali-t880" |
17 | * which must be preceded by one of the following vendor specifics: | 17 | * which must be preceded by one of the following vendor specifics: |
18 | + "allwinner,sun50i-h6-mali" | ||
18 | + "amlogic,meson-gxm-mali" | 19 | + "amlogic,meson-gxm-mali" |
19 | + "rockchip,rk3288-mali" | 20 | + "rockchip,rk3288-mali" |
20 | + "rockchip,rk3399-mali" | 21 | + "rockchip,rk3399-mali" |
@@ -52,9 +53,15 @@ Vendor-specific bindings | |||
52 | ------------------------ | 53 | ------------------------ |
53 | 54 | ||
54 | The Mali GPU is integrated very differently from one SoC to | 55 | The Mali GPU is integrated very differently from one SoC to |
55 | another. In order to accomodate those differences, you have the option | 56 | another. In order to accommodate those differences, you have the option |
56 | to specify one more vendor-specific compatible, among: | 57 | to specify one more vendor-specific compatible, among: |
57 | 58 | ||
59 | - "allwinner,sun50i-h6-mali" | ||
60 | Required properties: | ||
61 | - clocks : phandles to core and bus clocks | ||
62 | - clock-names : must contain "core" and "bus" | ||
63 | - resets: phandle to GPU reset line | ||
64 | |||
58 | - "amlogic,meson-gxm-mali" | 65 | - "amlogic,meson-gxm-mali" |
59 | Required properties: | 66 | Required properties: |
60 | - resets : Should contain phandles of : | 67 | - resets : Should contain phandles of : |