[PATCH v2] dt-bindings: display/msm/gpu: Drop redundant reg-names in one if:then:

Krzysztof Kozlowski posted 1 patch 1 month, 2 weeks ago
Documentation/devicetree/bindings/display/msm/gpu.yaml | 7 -------
1 file changed, 7 deletions(-)
[PATCH v2] dt-bindings: display/msm/gpu: Drop redundant reg-names in one if:then:
Posted by Krzysztof Kozlowski 1 month, 2 weeks ago
Top-level reg-names defines already proper order for "reg-names" with
minItems: 1, so no need to repeat it again in one of "if:then:" cases.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>

---

Changes in v2:
1. Rebase
---
 Documentation/devicetree/bindings/display/msm/gpu.yaml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/Documentation/devicetree/bindings/display/msm/gpu.yaml b/Documentation/devicetree/bindings/display/msm/gpu.yaml
index ec84b64d4c00..04b2328903ca 100644
--- a/Documentation/devicetree/bindings/display/msm/gpu.yaml
+++ b/Documentation/devicetree/bindings/display/msm/gpu.yaml
@@ -440,13 +440,6 @@ allOf:
         clocks: false
         clock-names: false
 
-        reg-names:
-          minItems: 1
-          items:
-            - const: kgsl_3d0_reg_memory
-            - const: cx_mem
-            - const: cx_dbgc
-
 examples:
   - |
 
-- 
2.51.0
Re: [PATCH v2] dt-bindings: display/msm/gpu: Drop redundant reg-names in one if:then:
Posted by Rob Herring (Arm) 1 month ago
On Sun, 01 Mar 2026 15:20:34 +0100, Krzysztof Kozlowski wrote:
> Top-level reg-names defines already proper order for "reg-names" with
> minItems: 1, so no need to repeat it again in one of "if:then:" cases.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> ---
> 
> Changes in v2:
> 1. Rebase
> ---
>  Documentation/devicetree/bindings/display/msm/gpu.yaml | 7 -------
>  1 file changed, 7 deletions(-)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Re: [PATCH v2] dt-bindings: display/msm/gpu: Drop redundant reg-names in one if:then:
Posted by Dmitry Baryshkov 1 month, 2 weeks ago
On Sun, Mar 01, 2026 at 03:20:34PM +0100, Krzysztof Kozlowski wrote:
> Top-level reg-names defines already proper order for "reg-names" with
> minItems: 1, so no need to repeat it again in one of "if:then:" cases.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 

Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>


-- 
With best wishes
Dmitry
Re: [PATCH v2] dt-bindings: display/msm/gpu: Drop redundant reg-names in one if:then:
Posted by David Heidelberg 1 month, 2 weeks ago
On 01/03/2026 15:20, Krzysztof Kozlowski wrote:
> Top-level reg-names defines already proper order for "reg-names" with
> minItems: 1, so no need to repeat it again in one of "if:then:" cases.
> 
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
> 
> ---
> 
> Changes in v2:
> 1. Rebase
> ---

Reviewed-by: David Heidelberg <david@ixit.cz>

[...]
-- 
David Heidelberg