Skip to content

Commit ea024e6

Browse files
laeyraudstevenprice-arm
authored andcommitted
dt-bindings: gpu: mali-bifrost: Add compatible for MT8370 SoC
Add a compatible for the MediaTek MT8370 SoC, with an integrated ARM Mali G57 MC2 GPU (Valhall-JM, dual core). None of the already existing SoC specific compatibles is usable as fallback, as those either do not match the number of cores (and number of power domains), or are for a different GPU architecture. Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@collabora.com> Signed-off-by: Steven Price <steven.price@arm.com> Link: https://lore.kernel.org/r/20250509-mt8370-enable-gpu-v6-1-2833888cb1d3@collabora.com
1 parent a59a271 commit ea024e6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ properties:
4242
- enum:
4343
- mediatek,mt8188-mali
4444
- mediatek,mt8192-mali
45+
- mediatek,mt8370-mali
4546
- const: arm,mali-valhall-jm # Mali Valhall GPU model/revision is fully discoverable
4647

4748
reg:
@@ -225,7 +226,9 @@ allOf:
225226
properties:
226227
compatible:
227228
contains:
228-
const: mediatek,mt8186-mali
229+
enum:
230+
- mediatek,mt8186-mali
231+
- mediatek,mt8370-mali
229232
then:
230233
properties:
231234
power-domains:

0 commit comments

Comments
 (0)