mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From 7f350d05012873c129458241792d005ef1344d9a Mon Sep 17 00:00:00 2001
|
|
From: Andre Przywara <andre.przywara@arm.com>
|
|
Date: Fri, 21 Feb 2025 00:58:00 +0000
|
|
Subject: dt-bindings: gpu: mali-bifrost: Add Allwinner H616 compatible
|
|
|
|
The Allwinner H616 SoC has a Mali-G31 MP2 GPU, which is of the Mali
|
|
Bifrost family.
|
|
Add the SoC specific compatible string and pair it with the bifrost
|
|
fallback compatible.
|
|
|
|
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
|
|
---
|
|
Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
|
|
index 735c7f06c24e..439d5c59daa2 100644
|
|
--- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
|
|
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
|
|
@@ -17,6 +17,7 @@ properties:
|
|
oneOf:
|
|
- items:
|
|
- enum:
|
|
+ - allwinner,sun50i-h616-mali
|
|
- amlogic,meson-g12a-mali
|
|
- mediatek,mt8183-mali
|
|
- mediatek,mt8183b-mali
|
|
--
|
|
2.35.3
|
|
|