diff options
author | 2025-02-18 11:59:20 +0000 | |
---|---|---|
committer | 2025-02-21 14:29:09 -0600 | |
commit | c29ebef507a62b7a01fb61b7117065022552946f (patch) | |
tree | e9f6561c1240fecd4a480198ffc7c18daa6184e9 | |
parent | dt-bindings: trivial-devices: Add ti,tps546b24 (diff) | |
download | wireguard-linux-c29ebef507a62b7a01fb61b7117065022552946f.tar.xz wireguard-linux-c29ebef507a62b7a01fb61b7117065022552946f.zip |
dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2H(P) SoC
Add a compatible string for the Renesas RZ/V2H(P) SoC variants that
include a Mali-G31 GPU. These variants share the same restrictions on
interrupts, clocks, and power domains as the RZ/G2L SoC, so extend
the existing schema validation accordingly.
Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Link: https://lore.kernel.org/r/20250218115922.407816-2-prabhakar.mahadev-lad.rj@bp.renesas.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml index 735c7f06c24e..1c81aea28c51 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml @@ -24,6 +24,7 @@ properties: - realtek,rtd1619-mali - renesas,r9a07g044-mali - renesas,r9a07g054-mali + - renesas,r9a09g057-mali - rockchip,px30-mali - rockchip,rk3568-mali - rockchip,rk3576-mali @@ -142,6 +143,7 @@ allOf: enum: - renesas,r9a07g044-mali - renesas,r9a07g054-mali + - renesas,r9a09g057-mali then: properties: interrupts: |