[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230208103709.116896-2-angelogioacchino.delregno@collabora.com>
Date: Wed, 8 Feb 2023 11:37:01 +0100
From: AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
To: airlied@...il.com
Cc: daniel@...ll.ch, robh+dt@...nel.org,
krzysztof.kozlowski+dt@...aro.org, tomeu.vizoso@...labora.com,
steven.price@....com, alyssa.rosenzweig@...labora.com,
matthias.bgg@...il.com, robh@...nel.org,
dri-devel@...ts.freedesktop.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-mediatek@...ts.infradead.org,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>
Subject: [PATCH 1/9] dt-bindings: gpu: mali-bifrost: Don't allow sram-supply by default
The sram-supply is MediaTek-specific, it is and will ever be used
only for the mediatek,mt8183-mali compatible due to the addition of
the mediatek-regulator-coupler driver: change the binding to add
this supply when mediatek,mt8183-mali is present as a compatible
instead of disabling it when not present.
This is done in preparation for adding new bindings for other
MediaTek SoCs, such as MT8192 and others.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>
---
Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
index 78964c140b46..69212f3b1328 100644
--- a/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
+++ b/Documentation/devicetree/bindings/gpu/arm,mali-bifrost.yaml
@@ -57,8 +57,6 @@ properties:
mali-supply: true
- sram-supply: true
-
operating-points-v2: true
power-domains:
@@ -157,6 +155,7 @@ allOf:
- const: core0
- const: core1
- const: core2
+ sram-supply: true
required:
- sram-supply
@@ -166,7 +165,6 @@ allOf:
properties:
power-domains:
maxItems: 1
- sram-supply: false
- if:
properties:
compatible:
--
2.39.1
Powered by blists - more mailing lists