Skip to content
Snippets Groups Projects
Unverified Commit 20d0dfad authored by Louis-Alexis Eyraud's avatar Louis-Alexis Eyraud Committed by AngeloGioacchino Del Regno
Browse files

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: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: default avatarLouis-Alexis Eyraud <louisalexis.eyraud@collabora.com>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
parent c8e58692
Branches
No related tags found
No related merge requests found
...@@ -39,6 +39,7 @@ properties: ...@@ -39,6 +39,7 @@ properties:
- enum: - enum:
- mediatek,mt8188-mali - mediatek,mt8188-mali
- mediatek,mt8192-mali - mediatek,mt8192-mali
- mediatek,mt8370-mali
- const: arm,mali-valhall-jm # Mali Valhall GPU model/revision is fully discoverable - const: arm,mali-valhall-jm # Mali Valhall GPU model/revision is fully discoverable
reg: reg:
...@@ -220,7 +221,9 @@ allOf: ...@@ -220,7 +221,9 @@ allOf:
properties: properties:
compatible: compatible:
contains: contains:
const: mediatek,mt8186-mali enum:
- mediatek,mt8186-mali
- mediatek,mt8370-mali
then: then:
properties: properties:
power-domains: power-domains:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment