From 4b478288ca0e7a046dc842aa0e4b2eeee68771c2 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Fri, 12 Sep 2025 17:21:54 -0700 Subject: [PATCH] dt-bindings: gpu: mali-valhall-csf: add MediaTek MT8196 compatible MediaTek MT8196 has Mali-G925-Immortalis GPU. panthor drm driver gained support for it recently. Signed-off-by: Chia-I Wu Acked-by: Conor Dooley Signed-off-by: Steven Price Link: https://lore.kernel.org/r/20250913002155.1163908-2-olvaffe@gmail.com --- Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml index a5b4e00217587..7ad5a3ffc5f5c 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml @@ -18,6 +18,7 @@ properties: oneOf: - items: - enum: + - mediatek,mt8196-mali - rockchip,rk3588-mali - const: arm,mali-valhall-csf # Mali Valhall GPU model/revision is fully discoverable -- 2.47.3