diff options
author | 2025-05-28 09:30:40 +0200 | |
---|---|---|
committer | 2025-05-28 08:46:08 -0500 | |
commit | b9457813016841df82eaa39f1f00ddebf385f352 (patch) | |
tree | 4f02d118c77bc660c2e33b0f1569d270619a0de1 /Documentation/devicetree | |
parent | ASoC: dt-bindings: qcom,sm8250: Add Fairphone 5 sound card (diff) | |
download | linux-rng-b9457813016841df82eaa39f1f00ddebf385f352.tar.xz linux-rng-b9457813016841df82eaa39f1f00ddebf385f352.zip |
dt-bindings: gpu: mali-bifrost: Add compatible for RZ/G3E SoC
Add a compatible string for the Renesas RZ/G3E SoC variants that
include a Mali-G52 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.
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com>
Link: https://lore.kernel.org/r/20250528073040.904033-1-tommaso.merciai.xr@bp.renesas.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree')
-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 3297ed160ebc..b8d659d272d0 100644 --- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml +++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml @@ -25,6 +25,7 @@ properties: - realtek,rtd1619-mali - renesas,r9a07g044-mali - renesas,r9a07g054-mali + - renesas,r9a09g047-mali - renesas,r9a09g056-mali - renesas,r9a09g057-mali - rockchip,px30-mali @@ -146,6 +147,7 @@ allOf: enum: - renesas,r9a07g044-mali - renesas,r9a07g054-mali + - renesas,r9a09g047-mali - renesas,r9a09g056-mali - renesas,r9a09g057-mali then: |