diff options
| author | Michael Walle <mwalle@kernel.org> | 2025-12-23 13:47:13 +0100 |
|---|---|---|
| committer | Matt Coster <matt.coster@imgtec.com> | 2026-01-09 13:31:01 +0000 |
| commit | 5abffd7ff012c1950d52313327fea44eaaefc64a (patch) | |
| tree | f9b315af8d2357d87cc493d1da01fb853dc49060 | |
| parent | 5f8d6f29c51ab8572fc1d3891952ca445e75a610 (diff) | |
dt-bindings: gpu: img: Add AM62P SoC specific compatible
The AM62P and the J722S features the same BXS-4 GPU as the J721S2. Add a
new SoC specific compatible.
Signed-off-by: Michael Walle <mwalle@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Matt Coster <matt.coster@imgtec.com>
Link: https://patch.msgid.link/20251223124729.2482877-2-mwalle@kernel.org
Signed-off-by: Matt Coster <matt.coster@imgtec.com>
| -rw-r--r-- | Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml index 225a6e1b7fcd..0e51f080e77f 100644 --- a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml +++ b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml @@ -38,6 +38,7 @@ properties: - const: img,img-rogue - items: - enum: + - ti,am62p-gpu - ti,j721s2-gpu - const: img,img-bxs-4-64 - const: img,img-rogue @@ -98,6 +99,7 @@ allOf: contains: enum: - ti,am62-gpu + - ti,am62p-gpu - ti,j721s2-gpu then: properties: |
