On 1/4/26 11:26 PM, Niklas Söderlund wrote:
Document Imagination Technologies PowerVR Rogue GE8300 BNVC 22.67.54.30
present in Renesas R-Car R8A77995 D3 SoCs.

Compared to other R-Car Gen3 SoCs the D3 only have one power domain and
it is always on. Extend the list of special cases for R8A77995 to
capture this.

Signed-off-by: Niklas Söderlund <[email protected]>
---
  .../bindings/gpu/img,powervr-rogue.yaml       | 20 +++++++++++++++++++
  1 file changed, 20 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml 
b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
index 86ef68985317..2122380561e4 100644
--- a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
+++ b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml
@@ -25,6 +25,11 @@ properties:
                - renesas,r8a779a0-gpu

+              - renesas,r8a77995-gpu
                                  ^

Keep the list sorted (995 goes before a0)

+          - const: img,img-ge8300
+          - const: img,img-rogue
        - items:
            - enum:
                - ti,am62-gpu
@@ -111,6 +116,7 @@ allOf:
          compatible:
            contains:
              enum:
+              - img,img-ge8300
                - img,img-ge7800
                            ^^^

Keep the list sorted, 8 > 7 .

                - img,img-gx6250
                - thead,th1520-gpu

Reply via email to