Skip to content

Commit 18ff1dc

Browse files
Marek VasutMTCoster
authored andcommitted
dt-bindings: gpu: img,powervr-rogue: Document GX6250 GPU in Renesas R-Car M3-W/M3-W+
Document Imagination Technologies PowerVR Rogue GX6250 BNVC 4.45.2.58 present in Renesas R-Car R8A77960 M3-W and R8A77961 M3-W+ SoC. Acked-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Matt Coster <matt.coster@imgtec.com> Link: https://patch.msgid.link/20251022033847.471106-1-marek.vasut+renesas@mailbox.org Signed-off-by: Matt Coster <matt.coster@imgtec.com>
1 parent 9530864 commit 18ff1dc

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ maintainers:
1313
properties:
1414
compatible:
1515
oneOf:
16+
- items:
17+
- enum:
18+
- renesas,r8a7796-gpu
19+
- renesas,r8a77961-gpu
20+
- const: img,img-gx6250
21+
- const: img,img-rogue
1622
- items:
1723
- enum:
1824
- ti,am62-gpu
@@ -94,11 +100,14 @@ allOf:
94100
clocks:
95101
maxItems: 1
96102

103+
97104
- if:
98105
properties:
99106
compatible:
100107
contains:
101-
const: thead,th1520-gpu
108+
enum:
109+
- img,img-gx6250
110+
- thead,th1520-gpu
102111
then:
103112
properties:
104113
clocks:
@@ -125,7 +134,9 @@ allOf:
125134
properties:
126135
compatible:
127136
contains:
128-
const: img,img-bxs-4-64
137+
enum:
138+
- img,img-gx6250
139+
- img,img-bxs-4-64
129140
then:
130141
properties:
131142
power-domains:

0 commit comments

Comments
 (0)