diff options
| author | Janne Grunau <j@jannau.net> | 2025-08-28 16:01:31 +0200 |
|---|---|---|
| committer | Janne Grunau <j@jannau.net> | 2025-09-14 21:49:49 +0200 |
| commit | c7a4fe4086ad5fabb1ca8a8bd3f02e728eab1eb9 (patch) | |
| tree | 2c1f10d40750467269bffe3e60fb9365090113fd /Documentation | |
| parent | 9f601db6a1c0c7e191f7948a18f9daedde009836 (diff) | |
dt-bindings: gpu: apple,agx: Add agx-{g14s,g14c,g14d} compatibles
Add compatibles for the GPU variants found on Apple's M2 Pro/Max/Ultra
SoCs.
Reviewed-by: Neal Gompa <neal@gompa.dev>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Janne Grunau <j@jannau.net>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/devicetree/bindings/gpu/apple,agx.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/apple,agx.yaml b/Documentation/devicetree/bindings/gpu/apple,agx.yaml index 51629b3833b0..05af942ad174 100644 --- a/Documentation/devicetree/bindings/gpu/apple,agx.yaml +++ b/Documentation/devicetree/bindings/gpu/apple,agx.yaml @@ -16,11 +16,17 @@ properties: - apple,agx-g13g - apple,agx-g13s - apple,agx-g14g + - apple,agx-g14s - items: - enum: - apple,agx-g13c - apple,agx-g13d - const: apple,agx-g13s + - items: + - enum: + - apple,agx-g14c + - apple,agx-g14d + - const: apple,agx-g14s reg: items: |
